![]() |
M480 BSP V3.05.006
The Board Support Package for M480 Series
|
#include <usbh_hid.h>
Data Fields | |
uint8_t | axis_relative |
uint8_t | wheel_relative |
uint8_t | button_cnt |
uint32_t | button_map |
signed int | axis_min |
signed int | axis_max |
signed int | X |
signed int | Y |
signed int | wheel_min |
signed int | wheel_max |
signed int | wheel |
int | X_bits |
int | Y_bits |
int | wheel_bits |
uint32_t | X_raw |
uint32_t | Y_raw |
uint32_t | wheel_raw |
HID mouse information structure
Definition at line 298 of file usbh_hid.h.