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 --- README.md | 2 ++ src/main.cpp | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 68e4c5a..78bced2 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,8 @@ The video might not be in front of you, so to move the video in front of you, yo killall -USR1 vr-video-player` ``` +You can zoom the view with the Q and E keys when the vr-video-player is focused. + You can launch vr-video-player without any arguments to show a list of all arguments. Note: If the cursor position is weird and does not match what you are seeing in stereoscopic vr mode, then try running the vr video player with the --cursor-wrap option: 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