IBNOS
Public Attributes | List of all members
keyModifier Struct Reference

#include <keyboard.h>

Public Attributes

uint8_t shift: 1
 
uint8_t shiftLocked: 1
 
uint8_t ctrl: 1
 
uint8_t alt: 1
 
uint8_t altgr: 1
 

Detailed Description

Definition at line 453 of file keyboard.h.

Member Data Documentation

◆ alt

uint8_t keyModifier::alt

is the alt key pressed?

Definition at line 458 of file keyboard.h.

◆ altgr

uint8_t keyModifier::altgr

is the altgr key pressed?

Definition at line 459 of file keyboard.h.

◆ ctrl

uint8_t keyModifier::ctrl

is the ctrl key pressed?

Definition at line 457 of file keyboard.h.

◆ shift

uint8_t keyModifier::shift

is the shift key pressed?

Definition at line 455 of file keyboard.h.

◆ shiftLocked

uint8_t keyModifier::shiftLocked

is capslock enabled?

Definition at line 456 of file keyboard.h.


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