From 8be5ec2288a71c80c703a48fcc4f75a9efd917e0 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 17 Jun 2021 18:18:16 +0200 Subject: [PATCH] Avoid SUPPORT_MOUSE_CURSOR_POINT --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index 7edac306b..b90b81b3a 100644 --- a/src/config.h +++ b/src/config.h @@ -37,7 +37,7 @@ // Reconfigure standard input to receive key inputs, works with SSH connection. #define SUPPORT_SSH_KEYBOARD_RPI 1 // Draw a mouse pointer on screen -#define SUPPORT_MOUSE_CURSOR_POINT 1 +//#define SUPPORT_MOUSE_CURSOR_POINT 1 // Setting a higher resolution can improve the accuracy of time-out intervals in wait functions. // However, it can also reduce overall system performance, because the thread scheduler switches tasks more often. #define SUPPORT_WINMM_HIGHRES_TIMER 1