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:

libgestures

Description:

This structure carries the x and y coordinates of a touch gesture, as well as the time that it occured.