Gesture coordinates
#include <gestures/>
typedef struct gesture_coords_t {
int32_t x;
int32_t y;
uint64_t timestamp;
} gesture_coords_t;
This structure carries the x and y coordinates of a touch gesture, as well as the time that it occured.