- _glfwInputFramebufferSize
void _glfwInputFramebufferSize(_GLFWwindow* window, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowCloseRequest
void _glfwInputWindowCloseRequest(_GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowContentScale
void _glfwInputWindowContentScale(_GLFWwindow* window, float xscale, float yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowDamage
void _glfwInputWindowDamage(_GLFWwindow* window)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowFocus
void _glfwInputWindowFocus(_GLFWwindow* window, GLFWbool focused)
///////////////////////////////////////////////////////////////////////
/// GLFW event API //////
///////////////////////////////////////////////////////////////////////
- _glfwInputWindowIconify
void _glfwInputWindowIconify(_GLFWwindow* window, GLFWbool iconified)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowMaximize
void _glfwInputWindowMaximize(_GLFWwindow* window, GLFWbool maximized)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowMonitor
void _glfwInputWindowMonitor(_GLFWwindow* window, _GLFWmonitor* monitor)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowPos
void _glfwInputWindowPos(_GLFWwindow* window, int x, int y)
Undocumented in source. Be warned that the author may not have intended to support it.
- _glfwInputWindowSize
void _glfwInputWindowSize(_GLFWwindow* window, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwCreateWindow
GLFWwindow* glfwCreateWindow(int width, int height, const(char)* title, GLFWmonitor* monitor, GLFWwindow* share)
///////////////////////////////////////////////////////////////////////
/// GLFW public API //////
///////////////////////////////////////////////////////////////////////
- glfwDefaultWindowHints
void glfwDefaultWindowHints()
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwDestroyWindow
void glfwDestroyWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwFocusWindow
void glfwFocusWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetFramebufferSize
void glfwGetFramebufferSize(GLFWwindow* handle, int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowAttrib
int glfwGetWindowAttrib(GLFWwindow* handle, int attrib)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowContentScale
void glfwGetWindowContentScale(GLFWwindow* handle, float* xscale, float* yscale)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowFrameSize
void 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.
- glfwGetWindowMonitor
GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowOpacity
float glfwGetWindowOpacity(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowPos
void glfwGetWindowPos(GLFWwindow* handle, int* xpos, int* ypos)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowSize
void glfwGetWindowSize(GLFWwindow* handle, int* width, int* height)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwGetWindowUserPointer
void* glfwGetWindowUserPointer(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwHideWindow
void glfwHideWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwIconifyWindow
void glfwIconifyWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwMaximizeWindow
void glfwMaximizeWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwPollEvents
void glfwPollEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwPostEmptyEvent
void glfwPostEmptyEvent()
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwRequestWindowAttention
void glfwRequestWindowAttention(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwRestoreWindow
void glfwRestoreWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetFramebufferSizeCallback
GLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* handle, GLFWframebuffersizefun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowAspectRatio
void glfwSetWindowAspectRatio(GLFWwindow* handle, int numer, int denom)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowAttrib
void glfwSetWindowAttrib(GLFWwindow* handle, int attrib, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowCloseCallback
GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* handle, GLFWwindowclosefun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowContentScaleCallback
GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFWwindow* handle, GLFWwindowcontentscalefun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowFocusCallback
GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* handle, GLFWwindowfocusfun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowIcon
void glfwSetWindowIcon(GLFWwindow* handle, int count, const(GLFWimage)* images)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowIconifyCallback
GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* handle, GLFWwindowiconifyfun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowMaximizeCallback
GLFWwindowmaximizefun glfwSetWindowMaximizeCallback(GLFWwindow* handle, GLFWwindowmaximizefun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowMonitor
void 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.
- glfwSetWindowOpacity
void glfwSetWindowOpacity(GLFWwindow* handle, float opacity)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowPos
void glfwSetWindowPos(GLFWwindow* handle, int xpos, int ypos)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowPosCallback
GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* handle, GLFWwindowposfun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowRefreshCallback
GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* handle, GLFWwindowrefreshfun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowShouldClose
void glfwSetWindowShouldClose(GLFWwindow* handle, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowSize
void glfwSetWindowSize(GLFWwindow* handle, int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowSizeCallback
GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* handle, GLFWwindowsizefun cbfun)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowSizeLimits
void 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.
- glfwSetWindowTitle
void glfwSetWindowTitle(GLFWwindow* handle, const(char)* title)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwSetWindowUserPointer
void glfwSetWindowUserPointer(GLFWwindow* handle, void* pointer)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwShowWindow
void glfwShowWindow(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwWaitEvents
void glfwWaitEvents()
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwWaitEventsTimeout
void glfwWaitEventsTimeout(double timeout)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwWindowHint
void glfwWindowHint(int hint, int value)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwWindowHintString
void glfwWindowHintString(int hint, const(char)* value)
Undocumented in source. Be warned that the author may not have intended to support it.
- glfwWindowShouldClose
int glfwWindowShouldClose(GLFWwindow* handle)
Undocumented in source. Be warned that the author may not have intended to support it.
Translated from C to D