Monitor

Represents GLFWmonitor struct.

Constructors

this
this()

Primary monitor

this
this(GLFWmonitor* m)
Undocumented in source.

Members

Functions

getAllVideoModes
VideoMode[] getAllVideoModes()
getName
string getName()
getPosition
MonitorPosition getPosition()
getSize
MonitorSize getSize()
getVideoMode
VideoMode getVideoMode()
ptr
GLFWmonitor* ptr()

It can be used to direct access to glfw3 functions.

Meta