struct multidrag multidrag_t
Data structure for multidrag gesture data.
const multidrag_t * get_multidrag()
Access array of multidrag_t of size MAX_TOUCHES.
void init_multidrag()
Initialize multidrag data structures.
void recognize_multidrag(const touch_event_t *event)
Recognize multidrag gesture. This gesture locks the number of fingers once any finger starts moving.
enum state state_t
This represents the state of individual gesture recognizers.
Data structure for multidrag gesture data.
char strokes[MAX_TOUCHES]
To use the gesture library, users create touch events and fill in the appropriate fields.