![]() |
nCine
2025.04.r498-9d36345
A cross-platform 2D game engine
|
A structure representing a video mode supported by a monitor. More...
#include <IGfxDevice.h>
Public Member Functions | |
bool | operator== (const VideoMode &mode) const |
bool | operator!= (const VideoMode &mode) const |
Public Attributes | |
unsigned int | width |
unsigned int | height |
float | refreshRate |
unsigned char | redBits |
unsigned char | greenBits |
unsigned char | blueBits |
A structure representing a video mode supported by a monitor.