Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request: Include position in CursorEntered event #1909

Closed
lordnoriyuki opened this issue Apr 17, 2021 · 0 comments · Fixed by #3876
Closed

Request: Include position in CursorEntered event #1909

lordnoriyuki opened this issue Apr 17, 2021 · 0 comments · Fixed by #3876
Labels
C - needs investigation Issue must be confirmed and researched DS - macos

Comments

@lordnoriyuki
Copy link

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

@maroider maroider added DS - macos C - needs discussion Direction must be ironed out C - needs investigation Issue must be confirmed and researched and removed C - needs discussion Direction must be ironed out labels Apr 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - needs investigation Issue must be confirmed and researched DS - macos
Development

Successfully merging a pull request may close this issue.

2 participants