Port the Windows version's mouse-hiding

The original Windows version would hide the mouse cursor in
fullscreen.
This commit is contained in:
Clownacy 2019-09-08 23:59:13 +00:00
parent e216fa8e18
commit 217ce5437b

View file

@ -239,6 +239,7 @@ int main(int argc, char *argv[])
StartDirectDraw(window, 2);
bFullscreen = TRUE;
SDL_ShowCursor(SDL_DISABLE);
break;
}