mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-22 23:38:14 +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:
@@ -63,6 +63,9 @@ void app_handleFocusEvent(bool focused)
|
||||
for (int key = 0; key < KEY_MAX; key++)
|
||||
if (g_state.keyDown[key])
|
||||
app_handleKeyRelease(key);
|
||||
|
||||
if (!g_params.showCursorDot)
|
||||
g_state.ds->showPointer(false);
|
||||
}
|
||||
|
||||
g_cursor.realign = true;
|
||||
|
Reference in New Issue
Block a user