Exemple #1
0
void readFullTP()//进行延时后再读取TP状态
{
#ifdef TOUCHPAD_SUPPORT
        wait(TOUCHPAD_DELAY); // lets the time to compute velocity
        readTP();
#endif
}
Exemple #2
0
void readFullTP()
{
	wait(TOUCHPAD_DELAY); // lets the time to compute velocity
	readTP();
}