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.cpp
Go to the documentation of this file.
1
7
8
#include "
KeyInput.hpp
"
9
10
namespace
galaxy
11
{
12
KeyInput::KeyInput
(std::string&& text)
noexcept
13
{
14
m_text = std::move(text);
15
}
16
}
// namespace galaxy
KeyInput.hpp
galaxy
Application.hpp galaxy.
Definition
Application.cpp:40
galaxy::KeyInput::KeyInput
KeyInput(std::string &&text) noexcept
Constructor.
Definition
KeyInput.cpp:12
galaxy
src
galaxy
events
KeyInput.cpp
Generated on Sun Feb 1 2026 05:57:14 for galaxy by
1.12.0