- _glfwInputFramebufferSizevoid _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowCloseRequestvoid _glfwInputWindowCloseRequest(_GLFWwindow* window) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowContentScalevoid _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, float yscale) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowDamagevoid _glfwInputWindowDamage(_GLFWwindow* window) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowFocusvoid _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused) 
- ///////////////////////////////////////////////////////////////////////
///                         GLFW event API                       //////
/////////////////////////////////////////////////////////////////////// 
- _glfwInputWindowIconifyvoid _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowMaximizevoid _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowMonitorvoid _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowPosvoid _glfwInputWindowPos(_GLFWwindow* window, int x, int y) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- _glfwInputWindowSizevoid _glfwInputWindowSize(_GLFWwindow* window, int width, int height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwCreateWindowGLFWwindow* glfwCreateWindow(int width, int height, const(char)* title, GLFWmonitor* monitor, GLFWwindow* share) 
- ///////////////////////////////////////////////////////////////////////
///                        GLFW public API                       //////
/////////////////////////////////////////////////////////////////////// 
- glfwDefaultWindowHintsvoid glfwDefaultWindowHints() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwDestroyWindowvoid glfwDestroyWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwFocusWindowvoid glfwFocusWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetFramebufferSizevoid glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowAttribint glfwGetWindowAttrib(GLFWwindow* handle, int attrib) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowContentScalevoid glfwGetWindowContentScale(GLFWwindow* handle, float* xscale, float* yscale) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowFrameSizevoid glfwGetWindowFrameSize(GLFWwindow* handle, int* left, int* top, int* right, int* bottom) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowMonitorGLFWmonitor* glfwGetWindowMonitor(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowOpacityfloat glfwGetWindowOpacity(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowPosvoid glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowSizevoid glfwGetWindowSize(GLFWwindow* handle, int* width, int* height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwGetWindowUserPointervoid* glfwGetWindowUserPointer(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwHideWindowvoid glfwHideWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwIconifyWindowvoid glfwIconifyWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwMaximizeWindowvoid glfwMaximizeWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwPollEventsvoid glfwPollEvents() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwPostEmptyEventvoid glfwPostEmptyEvent() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwRequestWindowAttentionvoid glfwRequestWindowAttention(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwRestoreWindowvoid glfwRestoreWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetFramebufferSizeCallbackGLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* handle, GLFWframebuffersizefun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowAspectRatiovoid glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowAttribvoid glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowCloseCallbackGLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* handle, GLFWwindowclosefun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowContentScaleCallbackGLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFWwindow* handle, GLFWwindowcontentscalefun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowFocusCallbackGLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, GLFWwindowfocusfun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowIconvoid glfwSetWindowIcon(GLFWwindow* handle, int count, const(GLFWimage)* images) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowIconifyCallbackGLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* handle, GLFWwindowiconifyfun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowMaximizeCallbackGLFWwindowmaximizefun glfwSetWindowMaximizeCallback(GLFWwindow* handle, GLFWwindowmaximizefun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowMonitorvoid glfwSetWindowMonitor(GLFWwindow* wh, GLFWmonitor* mh, int xpos, int ypos, int width, int height, int refreshRate) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowOpacityvoid glfwSetWindowOpacity(GLFWwindow* handle, float opacity) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowPosvoid glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowPosCallbackGLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* handle, GLFWwindowposfun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowRefreshCallbackGLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* handle, GLFWwindowrefreshfun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowShouldClosevoid glfwSetWindowShouldClose(GLFWwindow* handle, int value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowSizevoid glfwSetWindowSize(GLFWwindow* handle, int width, int height) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowSizeCallbackGLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* handle, GLFWwindowsizefun cbfun) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowSizeLimitsvoid glfwSetWindowSizeLimits(GLFWwindow* handle, int minwidth, int minheight, int maxwidth, int maxheight) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowTitlevoid glfwSetWindowTitle(GLFWwindow* handle, const(char)* title) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwSetWindowUserPointervoid glfwSetWindowUserPointer(GLFWwindow* handle, void* pointer) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwShowWindowvoid glfwShowWindow(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwWaitEventsvoid glfwWaitEvents() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwWaitEventsTimeoutvoid glfwWaitEventsTimeout(double timeout) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwWindowHintvoid glfwWindowHint(int hint, int value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwWindowHintStringvoid glfwWindowHintString(int hint, const(char)* value) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- glfwWindowShouldCloseint glfwWindowShouldClose(GLFWwindow* handle) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
Translated from C to D