[client] spice: allow mouse smoothing in capture but only if not RAW

This commit is contained in:
Geoffrey McRae
2021-01-09 14:55:20 +11:00
parent 1a4ac4c109
commit 318759f54d
2 changed files with 18 additions and 17 deletions

View File

@@ -285,7 +285,7 @@ static struct Option options[] =
{
.module = "input",
.name = "mouseSmoothing",
.description = "Apply simple mouse smoothing when not in capture mode (helps reduce aliasing)",
.description = "Apply simple mouse smoothing when rawMouse is not in use (helps reduce aliasing)",
.type = OPTION_TYPE_BOOL,
.value.x_bool = true,
},