shithub: cstory

Download patch

ref: 217ce5437b134d3d6e5111688eedd1ce2bf0f644
parent: e216fa8e184430af0db05d8e04def6dddc9db13d
author: Clownacy <Clownacy@users.noreply.github.com>
date: Sun Sep 8 19:59:13 EDT 2019

Port the Windows version's mouse-hiding

The original Windows version would hide the mouse cursor in
fullscreen.

--- a/src/Main.cpp
+++ b/src/Main.cpp
@@ -239,6 +239,7 @@
 			StartDirectDraw(window, 2);
 			bFullscreen = TRUE;
 
+			SDL_ShowCursor(SDL_DISABLE);
 			break;
 	}
 
--