mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-07 08:38:13 +00:00
[client] add new keybind to toggle the video stream (ScrLck+V)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user