Skip to content

Commit cfb43fa

Browse files
committed
Update rcore_desktop_sdl.c
1 parent ed68a4f commit cfb43fa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/platforms/rcore_desktop_sdl.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,6 @@ void EnableCursor(void)
12381238
SDL_SetRelativeMouseMode(SDL_FALSE);
12391239

12401240
ShowCursor();
1241-
12421241
CORE.Input.Mouse.cursorLocked = false;
12431242
}
12441243

@@ -1248,10 +1247,6 @@ void DisableCursor(void)
12481247
SDL_SetRelativeMouseMode(SDL_TRUE);
12491248

12501249
HideCursor();
1251-
1252-
// ????
1253-
//platform.cursorRelative = true;
1254-
CORE.Input.Mouse.cursorHidden = true;
12551250
CORE.Input.Mouse.cursorLocked = true;
12561251
}
12571252

0 commit comments

Comments
 (0)