tinyusb  0.4
Click here to lend your support to tinyusb donation and make a donation at pledgie.com
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
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.

Definition at line 158 of file hid.h.

Field Documentation

uint8_t buttons

buttons mask for currently pressed buttons in the mouse.

Definition at line 160 of file hid.h.

int8_t wheel

Current delta wheel movement on the mouse.

Definition at line 163 of file hid.h.

int8_t x

Current delta x movement of the mouse.

Definition at line 161 of file hid.h.

int8_t y

Current delta y movement on the mouse.

Definition at line 162 of file hid.h.


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