-
Notifications
You must be signed in to change notification settings - Fork 52
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
New gamepad plugin #82
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @Shaobin-Jiang!
I left one small tweak to make to get the plugin to publish in the correct npm location.
Thank you @Shaobin-Jiang ! |
Reverted this because I missed the lack of a changeset. Will fix. |
Sorry @Shaobin-Jiang -- can you make a new PR? I should've checked more carefully first and just added the changeset as a separate commit. Can you also target |
@jodeleeuw Technically, we can also add a changeset for a specific PR after merging it thanks to changesets/changesets#535 👍 |
oops. good to know, thank you! |
@jodeleeuw Done in #86 |
Using gamepads in experiments is sometimes needed, and while most browsers support it, a certain tweaking around is still needed. This plugin handles input from a gamepad and displays a minature model on the page that reflects user input in real time for the convenience of debugging.