[client] add input:captureOnly to disable input when not captured

This commit is contained in:
Geoffrey McRae
2021-01-09 18:01:08 +11:00
parent 5e9cfb9033
commit f47c8cb806
4 changed files with 43 additions and 18 deletions

View File

@@ -141,6 +141,7 @@ Command line arguments will override any options loaded from the config files.
| 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 |
| input:captureOnly | | no | Only enable input via SPICE if in capture mode |
|----------------------------------------------------------------------------------------------------------------------------------------------|
|------------------------------------------------------------------------------------------------------------------|