Is there a way to discern the current mouse position at any time, in output window-relative coordinates? I know that you can use WindowInfo options 17 and 18, but those are apparently only valid during dragging operations on a specific miniwindow.
EDIT: Specifically, if the mouse leaves a hotspot (cancelmouseover), I'd like to know which pixel specifically it moved to outside the hotspot.
EDIT 2: As an aside, it is extremely annoying to test hotspot-related functionality when WindowAddHotspot() is disallowed outside plugins.
EDIT: Specifically, if the mouse leaves a hotspot (cancelmouseover), I'd like to know which pixel specifically it moved to outside the hotspot.
EDIT 2: As an aside, it is extremely annoying to test hotspot-related functionality when WindowAddHotspot() is disallowed outside plugins.