Definitions in types.h

Preprocessor macro definitions for the types.h header file in this library.

Definitions:

#define GESTURE_DIRECTION_UP (1 << 0)
Detection of touch coordinates in the up direction.

Since: BlackBerry 10.0.0

#define GESTURE_DIRECTION_DOWN (1 << 1)
Detection of touch coordinates in the down direction.

Since: BlackBerry 10.0.0

#define GESTURE_DIRECTION_LEFT (1 << 2)
Detection of touch coordinates in the left direction.

Since: BlackBerry 10.0.0

#define GESTURE_DIRECTION_RIGHT (1 << 3)
Detection of touch coordinates in the right direction.

Since: BlackBerry 10.0.0

Library:

libgestures (For the qcc command, use -l gestures to link against this library)