![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
Unicode text data from a textinput event. More...
#include <KeyInput.hpp>
Public Attributes | |
std::string | m_text |
Text. | |
![]() | |
bool | m_handled = false |
Has this event been handled/consumed/processed already. | |
Unicode text data from a textinput event.
Definition at line 20 of file KeyInput.hpp.
std::string galaxy::KeyInput::m_text |
Text.
Definition at line 25 of file KeyInput.hpp.