[client] spice: added basic mouse smoothing for non-capture mode

Enabled by default, can be disabled with `input:mouseSmoothing`
This commit is contained in:
Geoffrey McRae
2021-01-09 14:39:48 +11:00
parent ce96c77098
commit 579be87597
3 changed files with 27 additions and 3 deletions

View File

@@ -138,6 +138,7 @@ struct AppParams
const char * windowTitle;
bool mouseRedraw;
int mouseSens;
bool mouseSmoothing;
bool rawMouse;
bool autoCapture;
};