#include <hidboot.h>
Attributs publics | |
struct { | |
uint8_t bmLeftButton: 1 | |
uint8_t bmRightButton: 1 | |
uint8_t bmMiddleButton: 1 | |
uint8_t bmDummy: 5 | |
}; | |
int8_t | dX |
int8_t | dY |
struct { ... } |
uint8_t MOUSEINFO::bmDummy |
uint8_t MOUSEINFO::bmLeftButton |
uint8_t MOUSEINFO::bmMiddleButton |
uint8_t MOUSEINFO::bmRightButton |
int8_t MOUSEINFO::dX |
int8_t MOUSEINFO::dY |