Go to the source code of this file.
◆ STROKE_CACHE_SIZE
#define STROKE_CACHE_SIZE 30 |
◆ stroke_t
Data structure for stroke gesture data.
◆ get_stroke()
Access array of stroke_t of size MAX_TOUCHES.
- Returns
- Pointer to first element of array of stroke_t of size MAX_TOUCHES
Definition at line 47 of file stroke.c.
◆ init_stroke()
Initialize stroke data structures.
Definition at line 7 of file stroke.c.
◆ recognize_stroke()
Recognize stroke gesture.
- Parameters
-
event | touch event to recognize |
Definition at line 33 of file stroke.c.