tinyusb
hid_mouse_report_t Struct Reference

Standard HID Boot Protocol Mouse Report. More...

#include <hid.h>

Data Fields

uint8_t buttons
 
int8_t x
 
int8_t y
 
int8_t wheel
 

Detailed Description

Standard HID Boot Protocol Mouse Report.

Field Documentation

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.


The documentation for this struct was generated from the following file: