From 217ce5437b134d3d6e5111688eedd1ce2bf0f644 Mon Sep 17 00:00:00 2001 From: Clownacy Date: Sun, 8 Sep 2019 23:59:13 +0000 Subject: [PATCH] Port the Windows version's mouse-hiding The original Windows version would hide the mouse cursor in fullscreen. --- src/Main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Main.cpp b/src/Main.cpp index 2e31d835..94e8ac4b 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -239,6 +239,7 @@ int main(int argc, char *argv[]) StartDirectDraw(window, 2); bFullscreen = TRUE; + SDL_ShowCursor(SDL_DISABLE); break; }