#include "config.h" #define TOUCHPAD_DELAY 45 #ifdef TOUCHPAD_SUPPORT touchpad_report_t* tpreport; #endif void initTP(); void endTP(); void readTP(); int getTouchedZone5(); int getTouchedZone4(); int getTouchedZone9(); int getX_Velocity(); int getY_Velocity(); int isTPTouched(); int isTPPressed(); int isTouchPad();