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

Transfer the .shiftKey property from native -> federated mouse event #8674

Merged
merged 1 commit into from Sep 29, 2022

Conversation

bhousel
Copy link
Contributor

@bhousel bhousel commented Sep 27, 2022

Description of change

I noticed that FederatedMouseEvent does include a shiftKey property, but it doesn't seem like this property was being transferred over from the corresponding native MouseEvent. Simple fix!

Pre-Merge Checklist
  • Lint process passed (npm run lint)
  • Tests passed (npm run test)

Copy link
Member

@bigtimebuddy bigtimebuddy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch @bhousel

@bigtimebuddy bigtimebuddy added the ✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t label Sep 27, 2022
@bigtimebuddy bigtimebuddy added this to the v7.0.0 milestone Sep 27, 2022
@bigtimebuddy bigtimebuddy merged commit 77f6ffc into pixijs:dev Sep 29, 2022
@bigtimebuddy
Copy link
Member

Thank you!

@bhousel bhousel deleted the shiftkey_missing branch September 29, 2022 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✅ Ready To Merge Helpful when issues are in the queue waiting to get merged. This means the PR is completed and has t
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants