Updated: October 28, 2024 |
Preprocessor macro definitions for the types.h header file in the library.
#define GESTURE_DIRECTION_UP (1 << 0)Detection of touch coordinates in the up direction.
#define GESTURE_DIRECTION_DOWN (1 << 1)Detection of touch coordinates in the down direction.
#define GESTURE_DIRECTION_LEFT (1 << 2)Detection of touch coordinates in the left direction.
#define GESTURE_DIRECTION_RIGHT (1 << 3)Detection of touch coordinates in the right direction.