Gesture Library
|
Go to the source code of this file.
Functions | |
void | init_multistroke () |
Initialize multistroke data structures. More... | |
void | recognize_multistroke (const touch_event_t *event) |
Recognize multistroke gesture. This gesture allows the number of fingers to change. More... | |
const multistroke_t * | get_multistroke () |
Access array of multistroke_t of size MAX_TOUCHES. More... | |
Variables | |
multistroke_t | multistroke_d [MAX_TOUCHES] |
const multistroke_t* get_multistroke | ( | ) |
Access array of multistroke_t of size MAX_TOUCHES.
Definition at line 53 of file multistroke.c.
void init_multistroke | ( | ) |
Initialize multistroke data structures.
Definition at line 9 of file multistroke.c.
void recognize_multistroke | ( | const touch_event_t * | event | ) |
Recognize multistroke gesture. This gesture allows the number of fingers to change.
event | touch event to recognize |
Definition at line 37 of file multistroke.c.
multistroke_t multistroke_d[MAX_TOUCHES] |
Definition at line 7 of file multistroke.c.