-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Request: Include position in CursorEntered event #1909
Copy link
Copy link
Closed
Labels
C - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend
Description
On macOS at least, you don't get a CursorMoved event until the mouse moves, which means on a new window you can't get the cursor position until the user moves the mouse. This makes a software mouse cursor not draw in the right location when a new window opens under the mouse cursor. You do get a MouseEntered event when the new window opens under the cursor, but that event doesn't contain the position.
Request: add the position into the MouseEntered event
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
C - needs investigationIssue must be confirmed and researchedIssue must be confirmed and researchedDS - appkitAffects the AppKit/macOS backendAffects the AppKit/macOS backend