Skip to content

Commit

Permalink
feat(host/hid): Add scrollwheel status to mouse report
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilander authored and tore-espressif committed Oct 4, 2024
1 parent 9be78b9 commit b93c1e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions host/class/hid/usb_host_hid/include/usb/hid_usage_mouse.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b93c1e3

Please sign in to comment.