tinyusb
|
Standard HID Boot Protocol Mouse Report. More...
#include <hid.h>
Data Fields | |
uint8_t | buttons |
int8_t | x |
int8_t | y |
int8_t | wheel |
Standard HID Boot Protocol Mouse Report.
uint8_t buttons |
buttons mask for currently pressed buttons in the mouse.
int8_t wheel |
Current delta wheel movement on the mouse.
int8_t x |
Current delta x movement of the mouse.
int8_t y |
Current delta y movement on the mouse.