mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 11:28:11 +00:00
[client] spice: new option spice:showCursorDot
added
This option if disabled will prevent the client from showing a "dot" cursor when the mouse is over the window, but the window is unfocused.
This commit is contained in:
@@ -151,6 +151,7 @@ struct AppParams
|
||||
bool rawMouse;
|
||||
bool autoCapture;
|
||||
bool captureInputOnly;
|
||||
bool showCursorDot;
|
||||
};
|
||||
|
||||
struct CBRequest
|
||||
|
Reference in New Issue
Block a user