glfw3.null_monitor

Translated from C to D

Members

Static functions

_glfwPlatformFreeMonitor
void _glfwPlatformFreeMonitor(_GLFWmonitor* monitor)

/////////////////////////////////////////////////////////////////////// /// GLFW platform API ////// ///////////////////////////////////////////////////////////////////////

_glfwPlatformGetGammaRamp
GLFWbool _glfwPlatformGetGammaRamp(_GLFWmonitor* monitor, GLFWgammaramp* ramp)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetMonitorContentScale
void _glfwPlatformGetMonitorContentScale(_GLFWmonitor* monitor, float* xscale, float* yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetMonitorPos
void _glfwPlatformGetMonitorPos(_GLFWmonitor* monitor, int* xpos, int* ypos)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetMonitorWorkarea
void _glfwPlatformGetMonitorWorkarea(_GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetVideoMode
void _glfwPlatformGetVideoMode(_GLFWmonitor* monitor, GLFWvidmode* mode)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformGetVideoModes
GLFWvidmode* _glfwPlatformGetVideoModes(_GLFWmonitor* monitor, int* found)
Undocumented in source. Be warned that the author may not have intended to support it.
_glfwPlatformSetGammaRamp
void _glfwPlatformSetGammaRamp(_GLFWmonitor* monitor, const(GLFWgammaramp)* ramp)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta