ESP32VGA
ESP32 VGA Controller and Graphics Library
Public Attributes | List of all members
ESP32VGA::AltVirtualKeyDef_t Struct Reference

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

#include <VGAKeyboard.h>

Public Attributes

VirtualKey_t reqVirtualKey
 
VirtualKey_t virtualKey
 
uint8_t ctrl: 1
 
uint8_t alt: 1
 
uint8_t shift: 1
 
uint8_t capslock: 1
 
uint8_t numlock: 1
 

Detailed Description

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

Member Data Documentation

◆ alt

uint8_t ESP32VGA::AltVirtualKeyDef_t::alt

ALT needs to be down.

◆ capslock

uint8_t ESP32VGA::AltVirtualKeyDef_t::capslock

CAPSLOCK needs to be down (OR-ed with shift).

◆ ctrl

uint8_t ESP32VGA::AltVirtualKeyDef_t::ctrl

CTRL needs to be down.

◆ numlock

uint8_t ESP32VGA::AltVirtualKeyDef_t::numlock

NUMLOCK needs to be down.

◆ reqVirtualKey

VirtualKey_t ESP32VGA::AltVirtualKeyDef_t::reqVirtualKey

Source virtualkey translated using VirtualKeyDef_t.

◆ shift

uint8_t ESP32VGA::AltVirtualKeyDef_t::shift

SHIFT needs to be down (OR-ed with capslock).

◆ virtualKey

VirtualKey_t ESP32VGA::AltVirtualKeyDef_t::virtualKey

Generated virtualkey.


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