Conversation
param testing defaults
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
6b3c6c5 to
19e9843
Compare
fa009d5 to
0180b6a
Compare
0180b6a to
4484351
Compare
4484351 to
f8140f4
Compare
b1714cf to
728f8e5
Compare
728f8e5 to
59e77cc
Compare
2009fba to
bcdbe23
Compare
bcdbe23 to
0b70cd4
Compare
0b70cd4 to
166e1be
Compare
166e1be to
b617d1a
Compare
b617d1a to
1709d50
Compare
c6a11b3 to
7ea1d38
Compare
2039680 to
fecb286
Compare
fecb286 to
af28318
Compare
af28318 to
bb5ebcb
Compare
Owner
Author
|
And shout out to khepu for helping me figure out how to properly handle events in the input handler. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The goal of this change is to support all the same devices that Linux already supports by default. This achieved by implementing an input handler instead of a usb driver. An input handler benefits from all the proper handling that hid-core already does, so we just worry mouse events however, from whichever device, they arrive.