USB Host Shield 2.0
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: 5
 
}; 
 
int8_t dX
 
int8_t dY
 

Detailed Description

Definition at line 39 of file hidboot.h.

Member Data Documentation

◆ bmLeftButton

uint8_t MOUSEINFO::bmLeftButton

Definition at line 42 of file hidboot.h.

◆ bmRightButton

uint8_t MOUSEINFO::bmRightButton

Definition at line 43 of file hidboot.h.

◆ bmMiddleButton

uint8_t MOUSEINFO::bmMiddleButton

Definition at line 44 of file hidboot.h.

◆ bmDummy

uint8_t MOUSEINFO::bmDummy

Definition at line 45 of file hidboot.h.

◆ 

struct { ... }

◆ dX

int8_t MOUSEINFO::dX

Definition at line 47 of file hidboot.h.

◆ dY

int8_t MOUSEINFO::dY

Definition at line 48 of file hidboot.h.


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