summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2022-08-01 09:57:11 +0200
committerRay <[email protected]>2022-08-01 09:57:11 +0200
commit7853155f992c783e70e0458b8141a79b89de5ad4 (patch)
tree92d0c50070d7164d3d9f6035ac5e815bfe260b3f /src/config.h
parent93b633b6e6f4be8d4c07a564d995f4b16a21eac0 (diff)
downloadraylib-7853155f992c783e70e0458b8141a79b89de5ad4.tar.gz
raylib-7853155f992c783e70e0458b8141a79b89de5ad4.zip
REMOVED: Config option: `SUPPORT_MOUSE_CURSOR_POINT`
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/config.h b/src/config.h
index 6856ce4f..ce7d9b04 100644
--- a/src/config.h
+++ b/src/config.h
@@ -46,8 +46,6 @@
#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 pointer on screen
-//#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