libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
TuiInputParser::ParsedEvent Struct Reference

Parsed event variant. More...

#include <inputparser.h>

Collaboration diagram for TuiInputParser::ParsedEvent:

Public Types

enum  Type { None , Key , Mouse }
 

Public Attributes

Type type = None
 
KeyEvent::Key key = KeyEvent::Key_Unknown
 
uint8_t modifiers = 0
 
String text
 
Point2Di32 mousePos
 
MouseEvent::Button mouseButton = MouseEvent::NoButton
 
MouseEvent::Action mouseAction = MouseEvent::Press
 
uint8_t mouseButtons = 0
 Bitmask of all held buttons.
 

Detailed Description

Parsed event variant.


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