diff --git a/host/class/hid/usb_host_hid/include/usb/hid_usage_mouse.h b/host/class/hid/usb_host_hid/include/usb/hid_usage_mouse.h index 5ef01836..e9dcc517 100644 --- a/host/class/hid/usb_host_hid/include/usb/hid_usage_mouse.h +++ b/host/class/hid/usb_host_hid/include/usb/hid_usage_mouse.h @@ -29,6 +29,7 @@ typedef struct { } buttons; int8_t x_displacement; int8_t y_displacement; + int8_t scrollwheel; } __attribute__((packed)) hid_mouse_input_report_boot_t; #ifdef __cplusplus