Gesture Library
|
The user may create their own gesture recognizer to add to the library. More...
#include <gesturelib.h>
Data Fields | |
char | enabled |
void(* | recognize )(const touch_event_t *) |
void(* | init )(void) |
The user may create their own gesture recognizer to add to the library.
Definition at line 39 of file gesturelib.h.
char enabled |
Definition at line 41 of file gesturelib.h.
void(* init) (void) |
Definition at line 46 of file gesturelib.h.
void(* recognize) (const touch_event_t *) |
Definition at line 43 of file gesturelib.h.