[client] added new feature input:rawMouse for RAW mouse input

This option allows those that want it (gamers) to bypass all X11 mouse
acceleration and smoothing giving true 1:1 input to the guest while in
capture mode. Note: only supported for X11!
This commit is contained in:
Geoffrey McRae
2021-01-08 03:12:42 +11:00
parent c99561c2ac
commit 526572c9c9
3 changed files with 26 additions and 19 deletions

View File

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