LUFA Library
USB_MouseReport_Data_t Struct Reference

Standard HID Boot Protocol Mouse Report. More...

#include <HIDClassCommon.h>

Data Fields

uint8_t Button
 
int8_t X
 
int8_t Y
 

Detailed Description

Type define for a standard Boot Protocol Mouse report

Field Documentation

◆ Button

uint8_t USB_MouseReport_Data_t::Button

Button mask for currently pressed buttons in the mouse.

◆ X

int8_t USB_MouseReport_Data_t::X

Current delta X movement of the mouse.

◆ Y

int8_t USB_MouseReport_Data_t::Y

Current delta Y movement on the mouse.


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