We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91addeb commit ed68a4fCopy full SHA for ed68a4f
src/platforms/rcore_desktop_sdl.c
@@ -588,7 +588,7 @@ void SetWindowState(unsigned int flags)
588
{
589
SDL_SetWindowAlwaysOnTop(platform.window, SDL_FALSE);
590
}
591
- if (FLAG_IS_SET(flags, FLAG_WINDOW_ALWAYS_RUN)
+ if (FLAG_IS_SET(flags, FLAG_WINDOW_ALWAYS_RUN))
592
593
FLAG_SET(CORE.Window.flags, FLAG_WINDOW_ALWAYS_RUN);
594
@@ -1249,7 +1249,9 @@ void DisableCursor(void)
1249
1250
HideCursor();
1251
1252
- platform.cursorRelative = true;
+ // ????
1253
+ //platform.cursorRelative = true;
1254
+ CORE.Input.Mouse.cursorHidden = true;
1255
CORE.Input.Mouse.cursorLocked = true;
1256
1257
0 commit comments