mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-06 07:31:56 +00:00
Since we only update imgui's cursor location when the overlay is enabled, if the last cursor position was showing a shape that is incorrect when we re-enter the overlay the cursor will be wrong. This corrects this by updating the location as we enter overlay mode.