LUFA Library
120219
|
Standard HID Boot Protocol Mouse Report. More...
#include <HIDClassCommon.h>
Data Fields | |
uint8_t | Button |
int8_t | X |
int8_t | Y |
Type define for a standard Boot Protocol Mouse report
uint8_t USB_MouseReport_Data_t::Button |
Button mask for currently pressed buttons in the mouse.
int8_t USB_MouseReport_Data_t::X |
Current delta X movement of the mouse.
int8_t USB_MouseReport_Data_t::Y |
Current delta Y movement on the mouse.