From de6fdc67d73c17983bbc990fe1afc114da16b730 Mon Sep 17 00:00:00 2001 From: Ray Date: Mon, 3 Feb 2020 18:21:03 +0100 Subject: [PATCH] Update config.h --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 6022867ef..656bcdbfa 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)