-
Notifications
You must be signed in to change notification settings - Fork 18
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(macOS&linux): add pressed and released states #34
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.
Thank you, I will add the windows implementation later, just some missing docs and this should be good to go.
Adding the doc was tougher than the code! I wanted to test this in lInux but I've not had chance. I don't have a linux GUI around - not sure if VirtualBox would cut it. |
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.
Thank you
I've had look into Issue #9: separate press and release key events.
Status:
I've implemented the
pub state
as suggested in the issue, but that means existing apps will get two events when they are expecting one.See #9.