- _glfwAllocGammaArrays
void _glfwAllocGammaArrays(GLFWgammaramp* ramp, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwAllocMonitor
_GLFWmonitor* _glfwAllocMonitor(const(char)* name, int widthMM, int heightMM)
///////////////////////////////////////////////////////////////////////
/// GLFW internal API //////
///////////////////////////////////////////////////////////////////////
- _glfwChooseVideoMode
const(GLFWvidmode)* _glfwChooseVideoMode(_GLFWmonitor* monitor, const(GLFWvidmode)* desired)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwCompareVideoModes
int _glfwCompareVideoModes(const(GLFWvidmode)* fm, const(GLFWvidmode)* sm)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwFreeGammaArrays
void _glfwFreeGammaArrays(GLFWgammaramp* ramp)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwFreeMonitor
void _glfwFreeMonitor(_GLFWmonitor* monitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputMonitor
void _glfwInputMonitor(_GLFWmonitor* monitor, int action, int placement)
///////////////////////////////////////////////////////////////////////
/// GLFW event API //////
///////////////////////////////////////////////////////////////////////
- _glfwInputMonitorWindow
void _glfwInputMonitorWindow(_GLFWmonitor* monitor, _GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwSplitBPP
void _glfwSplitBPP(int bpp, int* red, int* green, int* blue)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetGammaRamp
const(GLFWgammaramp)* glfwGetGammaRamp(GLFWmonitor* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitorContentScale
void glfwGetMonitorContentScale(GLFWmonitor* handle, float* xscale, float* yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitorName
const(char)* glfwGetMonitorName(GLFWmonitor* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitorPhysicalSize
void glfwGetMonitorPhysicalSize(GLFWmonitor* handle, int* widthMM, int* heightMM)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitorPos
void glfwGetMonitorPos(GLFWmonitor* handle, int* xpos, int* ypos)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitorUserPointer
void* glfwGetMonitorUserPointer(GLFWmonitor* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitorWorkarea
void glfwGetMonitorWorkarea(GLFWmonitor* handle, int* xpos, int* ypos, int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetMonitors
GLFWmonitor** glfwGetMonitors(int* count)
///////////////////////////////////////////////////////////////////////
/// GLFW public API //////
///////////////////////////////////////////////////////////////////////
- glfwGetPrimaryMonitor
GLFWmonitor* glfwGetPrimaryMonitor()
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetVideoMode
const(GLFWvidmode)* glfwGetVideoMode(GLFWmonitor* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetVideoModes
const(GLFWvidmode)* glfwGetVideoModes(GLFWmonitor* handle, int* count)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetGamma
void glfwSetGamma(GLFWmonitor* handle, float gamma)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetGammaRamp
void glfwSetGammaRamp(GLFWmonitor* handle, const(GLFWgammaramp)* ramp)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetMonitorCallback
GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetMonitorUserPointer
void glfwSetMonitorUserPointer(GLFWmonitor* handle, void* pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D