mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: input:captureOnly shouldn't capture the pointer at start
This commit is contained in:
parent
947ba9bfe3
commit
3bccd9c45e
@ -1000,7 +1000,7 @@ static void setCursorInView(bool enable)
|
|||||||
if (params.hideMouse)
|
if (params.hideMouse)
|
||||||
SDL_ShowCursor(SDL_DISABLE);
|
SDL_ShowCursor(SDL_DISABLE);
|
||||||
|
|
||||||
if (warpSupport)
|
if (warpSupport && !params.captureInputOnly)
|
||||||
g_state.ds->grabPointer();
|
g_state.ds->grabPointer();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user