From 1a4ac4c1095a294720701d4ffc3fe2064546519e Mon Sep 17 00:00:00 2001 From: Geoffrey McRae Date: Sat, 9 Jan 2021 14:41:48 +1100 Subject: [PATCH] [client] updated README with new options --- client/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/README.md b/client/README.md index f21d238b..34b2b17e 100644 --- a/client/README.md +++ b/client/README.md @@ -137,7 +137,10 @@ Command line arguments will override any options loaded from the config files. | input:ignoreWindowsKeys | | no | Do not pass events for the windows keys to the guest | | input:hideCursor | -M | yes | Hide the local mouse cursor | | input:mouseSens | | 0 | Initial mouse sensitivity when in capture mode (-9 to 9) | +| input:mouseSmoothing | | yes | Apply simple mouse smoothing when not in capture mode (helps reduce aliasing) | +| input:rawMouse | | no | Use RAW mouse input when in capture mode (good for gaming) | | input:mouseRedraw | | yes | Mouse movements trigger redraws (ignores FPS minimum) | +| input:autoCapture | | no | Try to keep the mouse captured when needed | |----------------------------------------------------------------------------------------------------------------------------------------------| |------------------------------------------------------------------------------------------------------------------|