mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-01-08 21:33:57 +00:00
[client] spice: align the guest pointer to local when entering the view
This commit is contained in:
parent
555891face
commit
dacc573650
1 changed files with 2 additions and 0 deletions
|
@ -1275,6 +1275,8 @@ void app_handleMouseNormal(double ex, double ey)
|
|||
g_cursor.pos.y < g_state.dstRect.y + g_state.dstRect.h;
|
||||
|
||||
setCursorInView(inView);
|
||||
if (inView)
|
||||
g_cursor.realign = true;
|
||||
}
|
||||
|
||||
/* nothing to do if we are outside the viewport */
|
||||
|
|
Loading…
Reference in a new issue