mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-09 16:51:31 +00:00
Previously, we only aligned the mouse in the client when the cursor is visible. This wasn't a problem because the cursor position in the guest took precedence and we only used relative input. Since we now have absolute input, the absolute position of the cursor in the client matters at all times when we exit capture, so we always call `core_alignToGuest` now.