-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
feat: Added GamepadState that can be updated #43
Conversation
The class looks good, but I bit strange that the user has to update it themselves? |
Updated the API, see the new example. I had to pass an instance of the plugin to the |
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.
Other than some missing dartdocs and the formatting issue it looks good to me!
Done, thanks for the quick review |
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.
Lgtm, thanks for the patience waiting for the final review, I was away for a conference.
Usage:
Was not able to test on Windows due to some long compiler errors (see my message here) but will hopefully be able to test on Linux later this week
Fixes #12