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

Support for mouseenter and mouseleave events #739

Open
daredevildave opened this issue Sep 26, 2016 · 0 comments · May be fixed by #4920
Open

Support for mouseenter and mouseleave events #739

daredevildave opened this issue Sep 26, 2016 · 0 comments · May be fixed by #4920
Labels
area: input Input related issue

Comments

@daredevildave
Copy link
Contributor

It's useful to know if the mouse has entered or left the canvas/window. In particular it's a problem if the mouseup occurs while the cursor is out of the window.

Support for mouseenter and mouseleave let you cancel clicks if you leave the window.

@willeastcott willeastcott added the area: input Input related issue label Apr 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: input Input related issue
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants