nCine  2025.04.r498-9d36345
A cross-platform 2D game engine
Public Member Functions | Public Attributes | List of all members
ncine::IGfxDevice::WindowMode Struct Reference

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
 

Detailed Description

A structure used to initialize window properties.


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