![]() |
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>
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. | |
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.