Add support for Mouse Scrollwheel to the MouseHostWithParser demos.

This commit is contained in:
Dean Camera 2009-11-04 05:18:43 +00:00
parent 87b2572ae5
commit ba8ffa4cb7
17 changed files with 70 additions and 34 deletions

View file

@ -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