![]() |
galaxy 1.0.0
Real-Time C++23 Game Programming Framework. Built on data-driven design principles and agile software engineering.
|
New width and height of window being resized. More...
#include <WindowResized.hpp>
Public Attributes | |
int | m_width = 0 |
New width of window. | |
int | m_height = 0 |
New height of window. | |
New width and height of window being resized.
Definition at line 16 of file WindowResized.hpp.
int galaxy::WindowResized::m_width = 0 |
New width of window.
Definition at line 21 of file WindowResized.hpp.
int galaxy::WindowResized::m_height = 0 |
New height of window.
Definition at line 26 of file WindowResized.hpp.