From a68bb92400c707c71e0ec42c43a3f9cf3b863160 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 16 Jul 2020 11:05:00 +0200 Subject: Add doc for Q and E zoom keys, show cursor inside the companion window --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/main.cpp b/src/main.cpp index cbd5dbc..22ad039 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1155,7 +1155,6 @@ void CMainApplication::RunMainLoop() bool bQuit = false; SDL_StartTextInput(); - SDL_ShowCursor( SDL_DISABLE ); SDL_Joystick *controller = SDL_JoystickOpen(0); if (!controller) -- cgit v1.2.3