We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The parser currently returns a list of Items that are mapped to usage(pages) or modifiers in some way.
Once the Device class is set up and works well enough to use from an application, these two need to be bridged so that
Device
The text was updated successfully, but these errors were encountered:
Rename DescriptorBuilder to DeviceBuilder and create Device from builder
3785aab
See #6
No branches or pull requests
The parser currently returns a list of Items that are mapped to usage(pages) or modifiers in some way.
Once the
Device
class is set up and works well enough to use from an application, these two need to be bridged so thatDevice
class for the application to useDevice
class can generate a (hopefully) identical HID descriptorThe text was updated successfully, but these errors were encountered: