Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::SizeChangeParams Struct Reference

#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 }
 

Detailed Description

Definition at line 182 of file WindowManager.h.

Member Data Documentation

◆ height

U16 Divide::SizeChangeParams::height { 0u }

Definition at line 188 of file WindowManager.h.

◆ isFullScreen

bool Divide::SizeChangeParams::isFullScreen { false }

Is the window that fired the event fullscreen?

Definition at line 190 of file WindowManager.h.

◆ isMainWindow

bool Divide::SizeChangeParams::isMainWindow { false }

Definition at line 191 of file WindowManager.h.

◆ width

U16 Divide::SizeChangeParams::width { 0u }

The new width and height.

Definition at line 187 of file WindowManager.h.

◆ winGUID

I64 Divide::SizeChangeParams::winGUID { -1 }

Window GUID.

Definition at line 185 of file WindowManager.h.


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