![]() |
nCine
2025.04.r498-9d36345
A cross-platform 2D game engine
|
A structure used to initialize window properties. More...
#include <IGfxDevice.h>
Public Member Functions | |
WindowMode (unsigned int w, unsigned int h, float refresh, int posX, int posY, bool fullscreen, bool resizable, bool windowScaling) | |
WindowMode (const AppConfiguration &appCfg) | |
Public Attributes | |
unsigned int | width |
unsigned int | height |
float | refreshRate |
int | windowPositionX |
int | windowPositionY |
bool | isFullScreen |
bool | isResizable |
bool | hasWindowScaling |
A structure used to initialize window properties.