We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3469103 commit 2551b5dCopy full SHA for 2551b5d
1 file changed
Source/Main.cpp
@@ -411,12 +411,9 @@ int main(int argc, char** argv) {
411
412
SDL_Init(SDL_INIT_VIDEO | SDL_INIT_EVENTS | SDL_INIT_GAMEPAD );
413
414
-#if SDL_MINOR_VERSION > 22
415
SDL_SetHint(SDL_HINT_MOUSE_AUTO_CAPTURE, "0");
416
-#endif
417
-
418
- SDL_HideCursor();
419
SDL_SetHint("SDL_ALLOW_TOPMOST", "0");
+ SDL_HideCursor();
420
421
if (std::filesystem::exists("Base.rte/gamecontrollerdb.txt")) {
422
SDL_AddGamepadMappingsFromFile("Base.rte/gamecontrollerdb.txt");
0 commit comments