gesture_coords_t

Gesture coordinates.

Synopsis:

typedef struct  {
    _Int32t x ;
    _Int32t y ;
    _Uint64t timestamp ;
}gesture_coords_t;

Data:

_Int32t x
The x coordinate of the touch.
_Int32t y
The y coordinate of the touch.
_Uint64t timestamp
The time when the touch occurred.

Library:

libgestures

Description:

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