- _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* count)
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.
- _glfwPollMonitorsX11
void _glfwPollMonitorsX11()
///////////////////////////////////////////////////////////////////////
/// GLFW internal API //////
///////////////////////////////////////////////////////////////////////
- _glfwRestoreVideoModeX11
void _glfwRestoreVideoModeX11(_GLFWmonitor* monitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwSetVideoModeX11
void _glfwSetVideoModeX11(_GLFWmonitor* monitor, const(GLFWvidmode)* desired)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetX11Adapter
RRCrtc glfwGetX11Adapter(GLFWmonitor* handle)
///////////////////////////////////////////////////////////////////////
/// GLFW native API //////
///////////////////////////////////////////////////////////////////////
- glfwGetX11Monitor
RROutput glfwGetX11Monitor(GLFWmonitor* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D