FabGL
ESP32 VGA Controller and Graphics Library
fabgl::uiKeyEventInfo Struct Reference

Contains details about the key event. More...

#include <fabui.h>

Public Attributes

uint8_t CTRL: 1
 
uint8_t GUI: 1
 
uint8_t LALT: 1
 
uint8_t RALT: 1
 
uint8_t SHIFT: 1
 
VirtualKey VK
 

Detailed Description

Contains details about the key event.

Member Data Documentation

◆ CTRL

uint8_t fabgl::uiKeyEventInfo::CTRL

Status of CTRL (left or right) key

◆ GUI

uint8_t fabgl::uiKeyEventInfo::GUI

Status of GUI (Windows logo) key

◆ LALT

uint8_t fabgl::uiKeyEventInfo::LALT

Status of left-ALT key

◆ RALT

uint8_t fabgl::uiKeyEventInfo::RALT

Status of right-ALT key

◆ SHIFT

uint8_t fabgl::uiKeyEventInfo::SHIFT

Status of SHIFT (left or right) key

◆ VK

VirtualKey fabgl::uiKeyEventInfo::VK

Virtual key


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