From 884b36c4c13e4db37e8af6212251186f64dfa111 Mon Sep 17 00:00:00 2001 From: Ray Date: Fri, 31 Jan 2020 11:43:33 +0100 Subject: [PATCH] Issues with SUPPORT_MOUSE_GESTURES --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 656bcdbfa..6022867ef 100644 --- a/src/config.h +++ b/src/config.h @@ -41,7 +41,7 @@ // Gestures module is included (gestures.h) to support gestures detection: tap, hold, swipe, drag #define SUPPORT_GESTURES_SYSTEM 1 // 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. #define SUPPORT_SSH_KEYBOARD_RPI 1 // Draw a mouse reference on screen (square cursor box)