- _glfwGetMonitorContentScaleWin32
void _glfwGetMonitorContentScaleWin32(HMONITOR handle, float* xscale, float* yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
- _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.
- _glfwPollMonitorsWin32
void _glfwPollMonitorsWin32()
///////////////////////////////////////////////////////////////////////
/// GLFW internal API //////
///////////////////////////////////////////////////////////////////////
- _glfwRestoreVideoModeWin32
void _glfwRestoreVideoModeWin32(_GLFWmonitor* monitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwSetVideoModeWin32
void _glfwSetVideoModeWin32(_GLFWmonitor* monitor, const(GLFWvidmode)* desired)
Undocumented in source. Be warned that the author may not have intended to support it.
- createMonitor
_GLFWmonitor* createMonitor(DISPLAY_DEVICEW* adapter, DISPLAY_DEVICEW* display)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWin32Adapter
const(char)* glfwGetWin32Adapter(GLFWmonitor* handle)
///////////////////////////////////////////////////////////////////////
/// GLFW native API //////
///////////////////////////////////////////////////////////////////////
- glfwGetWin32Monitor
const(char)* glfwGetWin32Monitor(GLFWmonitor* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- monitorCallback
BOOL monitorCallback(HMONITOR handle, HDC dc, RECT* rect, LPARAM data)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D