tap_params_t
QNX SDP8.0Gestures Library ReferenceAPIDeveloperProgramming
Tap gesture parameters
Synopsis:
#include <gestures/>
typedef struct tap_params_t { unsigned max_displacement; unsigned max_hold_ms; } tap_params_t;
Data:
- unsigned max_displacement
- Maximum distance the finger can move before the tap gesture fails.
- unsigned max_hold_ms
- Maximum time the finger can remain touching the screen before the tap gesture fails.
Library:
libgesturesDescription:
This structure represents the parameters for the tap gesture.
Page updated: