nCine 2025.06.r503-ff15d8d
A cross-platform 2D game engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
ncine::IGfxDevice::Monitor Struct Reference

A structure representing a connected monitor. More...

#include <IGfxDevice.h>

Collaboration diagram for ncine::IGfxDevice::Monitor:
Collaboration graph
[legend]

Public Attributes

const char * name
 The monitor name.
 
Vector2i position
 The position of the monitor's viewport on the virtual screen.
 
Vector2i dpi
 The horizontal and vertical dots per inch.
 
Vector2f scale
 The content scale factor.
 
unsigned int numVideoModes
 The number of video modes in the array.
 
VideoMode videoModes [MaxVideoModes]
 The array of video modes supported by the monitor.
 

Detailed Description

A structure representing a connected monitor.


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