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

Add keyboard event processing #5

Merged
merged 2 commits into from
Sep 1, 2020
Merged

Add keyboard event processing #5

merged 2 commits into from
Sep 1, 2020

Conversation

raphlinus
Copy link
Owner

Provide an optional feature to process raw platform messages into
keyboard events closely following the W3C KeyboardEvent standard.

This is also something of a prototype for the similar feature in druid.

Provide an optional feature to process raw platform messages into
keyboard events closely following the W3C KeyboardEvent standard.

This is also something of a prototype for the similar feature in druid.
This is now very similar to the implementation in druid-shell, but with
the main exception that it's the upstream keyboard-types KeyboardEvent
rather than a new type.
@raphlinus raphlinus merged commit b3c21b7 into master Sep 1, 2020
@raphlinus raphlinus deleted the kb branch September 1, 2020 19:51
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.

1 participant