summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2021-06-17 18:18:16 +0200
committerRay <[email protected]>2021-06-17 18:18:16 +0200
commit8be5ec2288a71c80c703a48fcc4f75a9efd917e0 (patch)
tree60117c101a3c1b485c8a085bb6ca7030499b5e79
parent0e65e5877fc0fc5a9246ee14a7341be462b7a761 (diff)
downloadraylib-8be5ec2288a71c80c703a48fcc4f75a9efd917e0.tar.gz
raylib-8be5ec2288a71c80c703a48fcc4f75a9efd917e0.zip
Avoid SUPPORT_MOUSE_CURSOR_POINT
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 7edac306..b90b81b3 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