mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-04-27 00:56:27 +00:00

This is because we keep track of the top-left corner of the cursor, not the location of the hotspot. When the cursor shape changes, the hotspot location may also change. When it does, the position of the top-left corner changes and requires an update. In the case that we do not have the current cursor position, which happens on startup, we do not generate this update.