gesture_tap_t

The tap gesture data type.

Synopsis:

typedef struct  {
    gesture_base_t base ;
    tap_params_t params ;
    gesture_coords_t touch_coords ;
}gesture_tap_t;

Data:

gesture_base_t base
The gesture base data structure.
tap_params_t params
The swipe parameters.
gesture_coords_t touch_coords
The coordinates of the touch event.

Library:

libgestures

Description:

This structure carries data about the tap gesture.