diff --git a/desktop_version/src/main.cpp b/desktop_version/src/main.cpp index c26ab749..4fe40f17 100644 --- a/desktop_version/src/main.cpp +++ b/desktop_version/src/main.cpp @@ -46,6 +46,7 @@ int main(int argc, char *argv[]) SDL_INIT_JOYSTICK | SDL_INIT_GAMECONTROLLER ); + SDL_ShowCursor(SDL_DISABLE); if (argc > 2 && strcmp(argv[1], "-renderer") == 0) {