Data Fields | |
uint8_t | bmButtons |
int8_t | bX |
int8_t | bY |
Definition at line 124 of file HIDDMouseDriver.h.
uint8_t _HIDDMouseInputReport::bmButtons |
Bitmap state of three mouse buttons.
Definition at line 126 of file HIDDMouseDriver.h.
int8_t _HIDDMouseInputReport::bX |
Pointer displacement along the X axis.
Definition at line 127 of file HIDDMouseDriver.h.
int8_t _HIDDMouseInputReport::bY |
Pointer displacement along the Y axis.
Definition at line 128 of file HIDDMouseDriver.h.