USB Host Shield 2.0
Public Attributes | List of all members
MODIFIERKEYS Struct Reference

#include <hidboot.h>

Public Attributes

uint8_t bmLeftCtrl: 1
 
uint8_t bmLeftShift: 1
 
uint8_t bmLeftAlt: 1
 
uint8_t bmLeftGUI: 1
 
uint8_t bmRightCtrl: 1
 
uint8_t bmRightShift: 1
 
uint8_t bmRightAlt: 1
 
uint8_t bmRightGUI: 1
 

Detailed Description

Definition at line 85 of file hidboot.h.

Member Data Documentation

◆ bmLeftCtrl

uint8_t MODIFIERKEYS::bmLeftCtrl

Definition at line 86 of file hidboot.h.

◆ bmLeftShift

uint8_t MODIFIERKEYS::bmLeftShift

Definition at line 87 of file hidboot.h.

◆ bmLeftAlt

uint8_t MODIFIERKEYS::bmLeftAlt

Definition at line 88 of file hidboot.h.

◆ bmLeftGUI

uint8_t MODIFIERKEYS::bmLeftGUI

Definition at line 89 of file hidboot.h.

◆ bmRightCtrl

uint8_t MODIFIERKEYS::bmRightCtrl

Definition at line 90 of file hidboot.h.

◆ bmRightShift

uint8_t MODIFIERKEYS::bmRightShift

Definition at line 91 of file hidboot.h.

◆ bmRightAlt

uint8_t MODIFIERKEYS::bmRightAlt

Definition at line 92 of file hidboot.h.

◆ bmRightGUI

uint8_t MODIFIERKEYS::bmRightGUI

Definition at line 93 of file hidboot.h.


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