|
Gesture Library
|
To use the gesture library, users create touch events and fill in the appropriate fields. More...
#include <gesturelib.h>
Data Fields | |
| event_type_t | type |
| float | x |
| float | y |
| float | t |
| unsigned int | group |
| int | uid |
To use the gesture library, users create touch events and fill in the appropriate fields.
Definition at line 17 of file gesturelib.h.
| unsigned int group |
Definition at line 31 of file gesturelib.h.
| float t |
Definition at line 28 of file gesturelib.h.
| event_type_t type |
Definition at line 19 of file gesturelib.h.
| int uid |
Definition at line 35 of file gesturelib.h.
| float x |
Definition at line 22 of file gesturelib.h.
| float y |
Definition at line 25 of file gesturelib.h.