Gesture Library
|
Go to the source code of this file.
Functions | |
void | init_stroke () |
Initialize stroke data structures. More... | |
void | recognize_stroke (const touch_event_t *event) |
Recognize stroke gesture. More... | |
const stroke_t * | get_stroke () |
Access array of stroke_t of size MAX_TOUCHES. More... | |
Variables | |
stroke_t | stroke_d [MAX_TOUCHES] |
const stroke_t* get_stroke | ( | ) |
void recognize_stroke | ( | const touch_event_t * | event | ) |
stroke_t stroke_d[MAX_TOUCHES] |