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.hpp
Go to the documentation of this file.
1
7
8
#ifndef GALAXY_EVENTS_WINDOWRESIZED_HPP_
9
#define GALAXY_EVENTS_WINDOWRESIZED_HPP_
10
11
#include "
galaxy/events/Event.hpp
"
12
13
namespace
galaxy
14
{
18
struct
WindowResized
final :
public
Event
19
{
26
WindowResized
(
const
int
width,
const
int
height)
noexcept
;
27
31
int
m_width
= 0;
32
36
int
m_height
= 0;
37
};
38
}
// namespace galaxy
39
40
#endif
Event.hpp
galaxy::Event
Base type of all events.
Definition
Event.hpp:17
galaxy
Application.hpp galaxy.
Definition
Application.cpp:40
galaxy::WindowResized
New width and height of window being resized.
Definition
WindowResized.hpp:19
galaxy::WindowResized::m_height
int m_height
New height of window.
Definition
WindowResized.hpp:36
galaxy::WindowResized::m_width
int m_width
New width of window.
Definition
WindowResized.hpp:31
galaxy::WindowResized::WindowResized
WindowResized(const int width, const int height) noexcept
Constructor.
Definition
WindowResized.cpp:12
galaxy
src
galaxy
events
WindowResized.hpp
Generated on Sun Feb 1 2026 05:57:14 for galaxy by
1.12.0