NcEngine
|
The window's create info. More...
#include <Window.h>
Public Attributes | |
Vector2 | dimensions = Vector2{640, 800} |
The window's dimensions. | |
bool | isHeadless = false |
True if this is a headless window. Still receives input events. | |
bool | useNativeResolution = false |
True if the window should use the monitor's native resolution. | |
bool | launchInFullScreen = false |
True if the window should launch in full screen. | |
bool | isResizable = false |
True if the window is resizable. | |
The window's create info.