|
Gesture Library
|
Go to the source code of this file.
Data Structures | |
| struct | multistroke |
| Data structure for stroke gesture data. More... | |
Typedefs | |
| typedef struct multistroke | multistroke_t |
| Data structure for stroke gesture data. More... | |
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... | |
| typedef struct multistroke multistroke_t |
Data structure for stroke gesture data.
| 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.