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
KeyReleased.cpp
Go to the documentation of this file.
1
7
8
#include "
KeyReleased.hpp
"
9
10
namespace
galaxy
11
{
12
KeyReleased::KeyReleased
(
const
SDL_Scancode scancode,
const
Keys
key,
const
KeyMods
mod,
const
unsigned
short
raw,
const
bool
repeat) noexcept
13
: m_scancode {scancode}
14
, m_key {key}
15
, m_mod {mod}
16
, m_raw {raw}
17
, m_repeat {repeat}
18
{
19
}
20
}
// namespace galaxy
KeyReleased.hpp
galaxy
Application.hpp galaxy.
Definition
Application.cpp:40
galaxy::Keys
Keys
Enum class representing keys.
Definition
Keys.hpp:23
galaxy::KeyMods
KeyMods
Enum class for key modifiers.
Definition
Keys.hpp:286
galaxy::KeyReleased::KeyReleased
KeyReleased(const SDL_Scancode scancode, const Keys key, const KeyMods mod, const unsigned short raw, const bool repeat) noexcept
Constructor.
Definition
KeyReleased.cpp:12
galaxy
src
galaxy
events
KeyReleased.cpp
Generated on Sun Feb 1 2026 05:57:14 for galaxy by
1.12.0