Oxygen Engine
Modern C++ 3D Engine using OpenGL
Loading...
Searching...
No Matches
oe::core::Monitor Class Reference

A Monitor connected to a GPU. More...

#include <OxygenEngine/core/monitor.h>

Public Member Functions

const std::string getName () const
 Get the Human readable monitor name.
 
const VideoMode getCurrentVideoMode () const
 Get the current VideoMode of the monitor.
 

Static Public Member Functions

static const Monitor getDefaultMonitor ()
 Get main primary monitor (ie. where OS UI elements are located)
 

Detailed Description

A Monitor connected to a GPU.

Member Function Documentation

◆ getName()

const std::string oe::core::Monitor::getName ( ) const

Get the Human readable monitor name.

Note
When using multiple monitors, name are not guaranteed to be unique (for example when using same model)

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