- _glfwAddOutputWayland
void _glfwAddOutputWayland(uint name, uint version_)
///////////////////////////////////////////////////////////////////////
/// GLFW internal API //////
///////////////////////////////////////////////////////////////////////
- _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.
- glfwGetWaylandMonitor
wl_output* glfwGetWaylandMonitor(GLFWmonitor* handle)
///////////////////////////////////////////////////////////////////////
/// GLFW native API //////
///////////////////////////////////////////////////////////////////////
- outputHandleDone
void outputHandleDone(void* data, wl_output* output)
Undocumented in source. Be warned that the author may not have intended to support it.
- outputHandleGeometry
void outputHandleGeometry(void* data, wl_output* output, int x, int y, int physicalWidth, int physicalHeight, int subpixel, const(char)* make, const(char)* model, int transform)
Undocumented in source. Be warned that the author may not have intended to support it.
- outputHandleMode
void outputHandleMode(void* data, wl_output* output, uint flags, int width, int height, int refresh)
Undocumented in source. Be warned that the author may not have intended to support it.
- outputHandleScale
void outputHandleScale(void* data, wl_output* output, int factor)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D