triple_tap_params_t
Triple tap gesture parameters.
Synopsis:
typedef struct { unsigned max_displacement ; unsigned max_hold_ms ; unsigned max_delay_ms ; }triple_tap_params_t;
Data:
- unsigned max_displacement
- Maximum distance the finger can move before the triple tap gesture fails.
- unsigned max_hold_ms
- Maximum time the finger can remain touching the screen before the tap gesture fails.
- unsigned max_delay_ms
- The maximum time between release and touch.
Library:
libgesturesDescription:
The stucture triple_tap_params_t represents the parameters for the triple tap gesture.