![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <WindowManager.h>
Public Attributes | |
I64 | winGUID { -1 } |
Window GUID. | |
U16 | width { 0u } |
The new width and height. | |
U16 | height { 0u } |
bool | isFullScreen { false } |
Is the window that fired the event fullscreen? | |
bool | isMainWindow { false } |
Definition at line 182 of file WindowManager.h.
U16 Divide::SizeChangeParams::height { 0u } |
Definition at line 188 of file WindowManager.h.
bool Divide::SizeChangeParams::isFullScreen { false } |
Is the window that fired the event fullscreen?
Definition at line 190 of file WindowManager.h.
bool Divide::SizeChangeParams::isMainWindow { false } |
Definition at line 191 of file WindowManager.h.
U16 Divide::SizeChangeParams::width { 0u } |
The new width and height.
Definition at line 187 of file WindowManager.h.
I64 Divide::SizeChangeParams::winGUID { -1 } |
Window GUID.
Definition at line 185 of file WindowManager.h.