[client] main: new feature to increase/decrease mouse sensitivity

This commit is contained in:
Geoffrey McRae
2019-05-24 05:29:38 +10:00
parent bffd02b8c7
commit 437ebf6265
5 changed files with 74 additions and 11 deletions

View File

@@ -66,6 +66,11 @@ struct AppState
KeybindHandle kbFS;
KeybindHandle kbInput;
KeybindHandle kbMouseSensInc;
KeybindHandle kbMouseSensDec;
int mouseSens;
float sensX, sensY;
};
struct AppParams
@@ -103,6 +108,7 @@ struct AppParams
unsigned int forceRendererIndex;
const char * windowTitle;
int mouseSens;
};
struct CBRequest