summaryrefslogtreecommitdiffhomepage
path: root/src/config.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-06-17 11:17:39 +0200
committerRay <[email protected]>2021-06-17 11:17:39 +0200
commit68e408474d3a2e469cd8ce88208fffdb3e81dc47 (patch)
tree0d8430c785808578c7546e2021ca9d8bffa4b258 /src/config.h
parent942657fc7c8ea0cbabb15b3f1952c6364ce29c5e (diff)
downloadraylib-68e408474d3a2e469cd8ce88208fffdb3e81dc47.tar.gz
raylib-68e408474d3a2e469cd8ce88208fffdb3e81dc47.zip
Renamed SUPPORT_MOUSE_CURSOR_NATIVE -> SUPPORT_MOUSE_CURSOR_POINT
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h
index 7c4777af..c277e5dd 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_NATIVE 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