mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 08:38:20 +00:00
[client] spice: align the guest pointer to local when entering the view
This commit is contained in:
parent
555891face
commit
dacc573650
@ -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 New Issue
Block a user