glfw3.wl_monitor

Translated from C to D

Public Imports

glfw3.internal
public import glfw3.internal;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.stdc.stdio
public import core.stdc.stdio;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.stdc.stdlib
public import core.stdc.stdlib;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.stdc.string
public import core.stdc.string;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.stdc.errno
public import core.stdc.errno;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
core.stdc.math
public import core.stdc.math;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Static functions

_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.

Static variables

outputListener
const(wl_output_listener) outputListener;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta