triple_tap_params_t
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Triple tap gesture parameters
Synopsis:
#include <gestures/>
typedef struct triple_tap_params_t { 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:
This structure represents the parameters for the triple tap gesture.
Page updated: