Screen

Undocumented in source.

Constructors

this
this(GLFWmonitor* screen)
Undocumented in source.

Members

Functions

currentVideoMode
const(VideoMode) currentVideoMode()
Undocumented in source. Be warned that the author may not have intended to support it.
gamma
float gamma(float gamma)
Undocumented in source. Be warned that the author may not have intended to support it.
gammaRamp
GammaRamp gammaRamp(GammaRamp ramp)
Undocumented in source. Be warned that the author may not have intended to support it.
getCurrentGammaRamp
auto getCurrentGammaRamp()
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name()
Undocumented in source. Be warned that the author may not have intended to support it.
physicalSize
int[2] physicalSize()
Undocumented in source. Be warned that the author may not have intended to support it.
pos
auto pos()
Undocumented in source. Be warned that the author may not have intended to support it.
supportedVideoModes
const(VideoMode)[] supportedVideoModes()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getAllScreens
Screen[] getAllScreens()
Undocumented in source. Be warned that the author may not have intended to support it.
getPrimaryScreen
Screen getPrimaryScreen()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

screen
GLFWmonitor* screen;
Undocumented in source.

Meta