mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-12-07 08:38:13 +00:00
[client] added new input:mouseRedraw option
This new option, when enabled (the default) enables cursor movements to trigger frame updates in the client, improving responsiveness at the cost of increased FPS while the mouse is moving around.
This commit is contained in:
@@ -160,6 +160,7 @@ struct AppParams
|
||||
|
||||
const char * windowTitle;
|
||||
int mouseSens;
|
||||
bool mouseRedraw;
|
||||
};
|
||||
|
||||
struct CBRequest
|
||||
|
||||
Reference in New Issue
Block a user