mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-26 11:18:29 +00:00
[client] main: new feature to increase/decrease mouse sensitivity
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user