-
-
Notifications
You must be signed in to change notification settings - Fork 426
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
Enhanced Input Events #402
Conversation
Are there plans to update this proposal according to feedback? |
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.
Just one last comment remaining for the preliminary review (before we take this to the working group again) about adding constructors to the API, but generally I like this pattern of "event being an action, event parameters being a struct" i.e. "user has pressed a button down, here's a struct containing which button". I don't think one event should reflect multiple logical actions so I've discarded my comments suggesting this.
Feel free to change up the proposal as well if after a nearly half a year you've got some new ideas. I've retargeted the PR to use the 3.0 proposals branch.
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.
One final pass, very simple changes just click the buttons :P
Co-authored-by: Dylan Perks <[email protected]>
Summary of the PR
Adds missing input functionality, as discussed in Discord and in issue #399