1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 01:29:43 +01:00

Hide mouse cursor in game window

This commit is contained in:
Moonchild 2020-01-10 15:21:55 -07:00 committed by Ethan Lee
parent cb3640e505
commit 146cdde217

View file

@ -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)
{