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

classlib: Don't pass unprintables in key events #1492

Merged
merged 1 commit into from
May 30, 2015

Conversation

scztt
Copy link
Contributor

@scztt scztt commented May 24, 2015

Documentation says that the char argument of keydown/keyup events is the printable character typed, or nil. We are currently passing an ascii zero character instead - the fix is to pass nil in this case.

Documentation says that the char argument of keydown/keyup events is the printable character typed, or nil. We are currently passing an ascii zero character instead - the fix is to pass nil in this case.
@scztt
Copy link
Contributor Author

scztt commented May 24, 2015

Fixes #1081

telephon added a commit that referenced this pull request May 30, 2015
…down-events

classlib: Don't pass unprintables in key events
@telephon telephon merged commit 39ec279 into master May 30, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants