[client] add keybind <ScrollLock+R> to rotate the display at runtime

This commit is contained in:
Geoffrey McRae
2021-01-19 03:49:09 +11:00
parent 0451ec237e
commit 083deff489
2 changed files with 11 additions and 0 deletions

View File

@@ -90,6 +90,7 @@ struct AppState
KeybindHandle kbFS;
KeybindHandle kbVideo;
KeybindHandle kbRotate;
KeybindHandle kbInput;
KeybindHandle kbQuit;
KeybindHandle kbMouseSensInc;