Updated: October 28, 2024 |
The press and tap gesture data type
#include <gestures/>
typedef struct gesture_pt_t { gesture_base_t base; pt_params_t params; gesture_coords_t initial_coords[2]; gesture_coords_t coords[2]; } gesture_pt_t;
This structure carries data about the press and tap gesture.