|
ESP32VGA
ESP32 VGA Controller and Graphics Library
|
All in one structure to fully represent a keyboard layout. More...
#include <keyboard.h>
Public Attributes | |
| const char * | name |
| KeyboardLayout const * | inherited |
| VirtualKeyDef | scancodeToVK [92] |
| VirtualKeyDef | exScancodeToVK [32] |
| AltVirtualKeyDef | alternateVK [64] |
All in one structure to fully represent a keyboard layout.
| AltVirtualKeyDef FabGL::KeyboardLayout::alternateVK[64] |
Virtualkeys generated by other virtualkeys and shift combinations.
| VirtualKeyDef FabGL::KeyboardLayout::exScancodeToVK[32] |
Direct extended-scancode->virtualkey associations. Extended scancodes begin with 0xE0.
| KeyboardLayout const* FabGL::KeyboardLayout::inherited |
Inherited layout. Useful to avoid to repeat the same scancode-virtualkeys associations.
| const char* FabGL::KeyboardLayout::name |
Layout name.
| VirtualKeyDef FabGL::KeyboardLayout::scancodeToVK[92] |
Direct one-byte-scancode->virtualkey associations.
1.8.14