aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-16 11:05:00 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-16 11:05:00 +0200
commita68bb92400c707c71e0ec42c43a3f9cf3b863160 (patch)
treeaccd983c6bf8755b93618fa99d24e80509c5bad4 /src
parentf0b01681684ae771b28201dc95e8e1b27aeac332 (diff)
Add doc for Q and E zoom keys, show cursor inside the companion window
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
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)