FabGL
ESP32 Display Controller and Graphics Library
AltVirtualKeyDef Struct Reference

Associates a virtualkey and various shift states (ctrl, alt, etc..) to another virtualkey. More...

#include <kbdlayouts.h>

Public Attributes

VirtualKey reqVirtualKey
 
VirtualKey virtualKey
 
uint8_t ctrl: 1
 
uint8_t lalt: 1
 
uint8_t ralt: 1
 
uint8_t shift: 1
 

Detailed Description

Associates a virtualkey and various shift states (ctrl, alt, etc..) to another virtualkey.

Definition at line 62 of file kbdlayouts.h.


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