USB_Host_Shield_2.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
MOUSEINFO Struct Reference

#include <hidboot.h>

Public Attributes

struct {
   uint8_t   bmLeftButton: 1
 
   uint8_t   bmRightButton: 1
 
   uint8_t   bmMiddleButton: 1
 
   uint8_t   bmDummy: 1
 
}; 
 
int8_t dX
 
int8_t dY
 

Detailed Description

Definition at line 47 of file hidboot.h.

Member Data Documentation

struct { ... }
uint8_t MOUSEINFO::bmDummy

Definition at line 54 of file hidboot.h.

uint8_t MOUSEINFO::bmLeftButton

Definition at line 51 of file hidboot.h.

uint8_t MOUSEINFO::bmMiddleButton

Definition at line 53 of file hidboot.h.

uint8_t MOUSEINFO::bmRightButton

Definition at line 52 of file hidboot.h.

int8_t MOUSEINFO::dX

Definition at line 56 of file hidboot.h.

int8_t MOUSEINFO::dY

Definition at line 57 of file hidboot.h.


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