galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
Loading...
Searching...
No Matches
galaxy::KeyInput Struct Referencefinal

Unicode text data from a textinput event. More...

#include <KeyInput.hpp>

+ Inheritance diagram for galaxy::KeyInput:
+ Collaboration diagram for galaxy::KeyInput:

Public Attributes

std::string m_text
 Text.
 
- Public Attributes inherited from galaxy::HandleableEvent
bool m_handled = false
 Has this event been handled/consumed/processed already.
 

Detailed Description

Unicode text data from a textinput event.

Definition at line 20 of file KeyInput.hpp.

Member Data Documentation

◆ m_text

std::string galaxy::KeyInput::m_text

Text.

Definition at line 25 of file KeyInput.hpp.


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