Add support for Mouse Scrollwheel to the MouseHostWithParser demos.
This commit is contained in:
parent
87b2572ae5
commit
ba8ffa4cb7
17 changed files with 70 additions and 34 deletions
|
@ -58,6 +58,9 @@
|
|||
/** HID Report Descriptor Usage value for a Y axis movement */
|
||||
#define USAGE_Y 0x31
|
||||
|
||||
/** HID Report Descriptor Usage value for a Scroll Wheel movement */
|
||||
#define USAGE_SCROLL_WHEEL 0x38
|
||||
|
||||
/* Enums: */
|
||||
/** Enum for the possible return codes of the GetHIDReportData() function. */
|
||||
enum MouseHostWithParser_GetHIDReportDataCodes_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue