Issues with SUPPORT_MOUSE_GESTURES

This commit is contained in:
Ray 2020-01-31 11:43:33 +01:00
parent 971e80534e
commit 884b36c4c1

View File

@ -41,7 +41,7 @@
// Gestures module is included (gestures.h) to support gestures detection: tap, hold, swipe, drag // Gestures module is included (gestures.h) to support gestures detection: tap, hold, swipe, drag
#define SUPPORT_GESTURES_SYSTEM 1 #define SUPPORT_GESTURES_SYSTEM 1
// Mouse gestures are directly mapped like touches and processed by gestures system // Mouse gestures are directly mapped like touches and processed by gestures system
#define SUPPORT_MOUSE_GESTURES 1 //#define SUPPORT_MOUSE_GESTURES 1
// Reconfigure standard input to receive key inputs, works with SSH connection. // Reconfigure standard input to receive key inputs, works with SSH connection.
#define SUPPORT_SSH_KEYBOARD_RPI 1 #define SUPPORT_SSH_KEYBOARD_RPI 1
// Draw a mouse reference on screen (square cursor box) // Draw a mouse reference on screen (square cursor box)