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
KeyInput.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_EVENTS_KEYINPUT_HPP_
9
#define GALAXY_EVENTS_KEYINPUT_HPP_
10
11
#include <string>
12
13
#include "
galaxy/events/HandleableEvent.hpp
"
14
15
namespace
galaxy
16
{
20
struct
KeyInput
final :
public
HandleableEvent
21
{
25
std::string
m_text
;
26
};
27
}
// namespace galaxy
28
29
#endif
HandleableEvent.hpp
galaxy
Animated.cpp galaxy.
Definition
Animated.cpp:16
galaxy::HandleableEvent
This allows an event to be marked as being "handled" so events lower in the stack can no longer consu...
Definition
HandleableEvent.hpp:18
galaxy::KeyInput
Unicode text data from a textinput event.
Definition
KeyInput.hpp:21
galaxy::KeyInput::m_text
std::string m_text
Text.
Definition
KeyInput.hpp:25
galaxy
src
galaxy
events
KeyInput.hpp
Generated on Fri Sep 12 2025 07:29:47 for galaxy by
1.12.0