diff options
| author | Ray <[email protected]> | 2021-06-17 11:17:39 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-06-17 11:17:39 +0200 |
| commit | 68e408474d3a2e469cd8ce88208fffdb3e81dc47 (patch) | |
| tree | 0d8430c785808578c7546e2021ca9d8bffa4b258 /src/config.h | |
| parent | 942657fc7c8ea0cbabb15b3f1952c6364ce29c5e (diff) | |
| download | raylib-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.h | 2 |
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 |
