mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-10 14:23:57 +00:00
[client] spice: input:captureOnly shouldn't capture the pointer at start
This commit is contained in:
parent
947ba9bfe3
commit
3bccd9c45e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue