gesture_coords_t
Gesture coordinates.
Synopsis:
typedef struct { _Int32t x ; _Int32t y ; _Uint64t timestamp ; }gesture_coords_t;
Data:
- _Int32t x
- _Int32t y
- _Uint64t timestamp
Library:
libgesturesDescription:
The structure gesture_coords_t carries the x and y coordinates of a touch gesture, as well as the time that it occured.