ESP32VGA
ESP32 VGA Controller and Graphics Library
|
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 |
Associates a virtualkey and various shift states (ctrl, alt, etc..) to another virtualkey.
uint8_t ESP32VGA::AltVirtualKeyDef_t::alt |
ALT needs to be down.
uint8_t ESP32VGA::AltVirtualKeyDef_t::capslock |
CAPSLOCK needs to be down (OR-ed with shift).
uint8_t ESP32VGA::AltVirtualKeyDef_t::ctrl |
CTRL needs to be down.
uint8_t ESP32VGA::AltVirtualKeyDef_t::numlock |
NUMLOCK needs to be down.
VirtualKey_t ESP32VGA::AltVirtualKeyDef_t::reqVirtualKey |
Source virtualkey translated using VirtualKeyDef_t.
uint8_t ESP32VGA::AltVirtualKeyDef_t::shift |
SHIFT needs to be down (OR-ed with capslock).
VirtualKey_t ESP32VGA::AltVirtualKeyDef_t::virtualKey |
Generated virtualkey.