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

Fixed an issue with Firefox where mouse button input was being ignored #4

Merged
merged 1 commit into from May 6, 2022

Conversation

PolygonalSun
Copy link
Contributor

Related Issue: #2

This PR contains a fix for an issue where the mouse buttons weren't being recognized on Firefox. The fix involved setting all event listeners to use pointermove/down/up instead of mousemove/down/up (except for Safari).

Successfully tested on Firefox, Chrome, Edge, and Safari.

@CedricGuillemet CedricGuillemet merged commit 192730b into BabylonJS:master May 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants