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
WindowResized.cpp
Go to the documentation of this file.
1
7
8
#include "
WindowResized.hpp
"
9
10
namespace
galaxy
11
{
12
WindowResized::WindowResized
(
const
int
width,
const
int
height) noexcept
13
: m_width {width}
14
, m_height {height}
15
{
16
}
17
}
// namespace galaxy
WindowResized.hpp
galaxy
Application.hpp galaxy.
Definition
Application.cpp:40
galaxy::WindowResized::WindowResized
WindowResized(const int width, const int height) noexcept
Constructor.
Definition
WindowResized.cpp:12
galaxy
src
galaxy
events
WindowResized.cpp
Generated on Sun Feb 1 2026 05:57:14 for galaxy by
1.12.0