[client] added keybinds to send Ctrl+Alt+Fn

Fixes #165
This commit is contained in:
Geoffrey McRae
2019-05-31 16:39:55 +10:00
parent 0851fd13e6
commit dd7413f973
3 changed files with 33 additions and 2 deletions

View File

@@ -68,6 +68,7 @@ struct AppState
KeybindHandle kbInput;
KeybindHandle kbMouseSensInc;
KeybindHandle kbMouseSensDec;
KeybindHandle kbCtrlAltFn[12];
int mouseSens;
float sensX, sensY;
@@ -128,4 +129,4 @@ struct KeybindHandle
// forwards
extern struct AppState state;
extern struct AppParams params;
extern struct AppParams params;