[client] add quit keybind

This commit is contained in:
feltcat
2020-04-22 17:31:30 +01:00
committed by Geoffrey McRae
parent b9cdaf8e19
commit e3cbdd18a0
3 changed files with 9 additions and 0 deletions

View File

@@ -87,6 +87,7 @@ struct AppState
KeybindHandle kbFS;
KeybindHandle kbInput;
KeybindHandle kbQuit;
KeybindHandle kbMouseSensInc;
KeybindHandle kbMouseSensDec;
KeybindHandle kbCtrlAltFn[12];