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
galaxy::WindowResized Struct Referencefinal

New width and height of window being resized. More...

#include <WindowResized.hpp>

+ Collaboration diagram for galaxy::WindowResized:

Public Attributes

int m_width = 0
 New width of window.
 
int m_height = 0
 New height of window.
 

Detailed Description

New width and height of window being resized.

Definition at line 16 of file WindowResized.hpp.

Member Data Documentation

◆ m_width

int galaxy::WindowResized::m_width = 0

New width of window.

Definition at line 21 of file WindowResized.hpp.

◆ m_height

int galaxy::WindowResized::m_height = 0

New height of window.

Definition at line 26 of file WindowResized.hpp.


The documentation for this struct was generated from the following file: