Gesture Library
|
Go to the source code of this file.
Functions | |
void | init_multidrag () |
Initialize multidrag data structures. More... | |
void | recognize_multidrag (const touch_event_t *event) |
Recognize multidrag gesture. This gesture locks the number of fingers once any finger starts moving. More... | |
const multidrag_t * | get_multidrag () |
Access array of multidrag_t of size MAX_TOUCHES. More... | |
Variables | |
multidrag_t | multidrag_d [MAX_TOUCHES] |
const multidrag_t* get_multidrag | ( | ) |
Access array of multidrag_t of size MAX_TOUCHES.
Definition at line 53 of file multidrag.c.
void init_multidrag | ( | ) |
Initialize multidrag data structures.
Definition at line 9 of file multidrag.c.
void recognize_multidrag | ( | const touch_event_t * | event | ) |
Recognize multidrag gesture. This gesture locks the number of fingers once any finger starts moving.
event | touch event to recognize |
Definition at line 37 of file multidrag.c.
multidrag_t multidrag_d[MAX_TOUCHES] |
Definition at line 7 of file multidrag.c.