[client] add new keybind to toggle the video stream (ScrLck+V)

This commit is contained in:
Geoffrey McRae
2020-10-14 19:32:21 +11:00
parent 46df25bb80
commit 757a90a643
3 changed files with 31 additions and 3 deletions

View File

@@ -53,6 +53,7 @@ enum WarpState
struct AppState
{
enum RunState state;
bool stopVideo;
bool ignoreInput;
bool escapeActive;
SDL_Scancode escapeAction;
@@ -112,6 +113,7 @@ struct AppState
bool resizeDone;
KeybindHandle kbFS;
KeybindHandle kbVideo;
KeybindHandle kbInput;
KeybindHandle kbQuit;
KeybindHandle kbMouseSensInc;