bindbc.glfw.bindstatic

Undocumented in source.

Members

Functions

glfwCreateCursor
GLFWcursor* glfwCreateCursor(const(GLFWimage)* image, int xhot, int yhot)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwCreateStandardCursor
GLFWcursor* glfwCreateStandardCursor(int shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwCreateWindow
GLFWwindow* glfwCreateWindow(int width, int height, const(char)* title, GLFWmonitor* monitor, GLFWwindow* share)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwDefaultWindowHints
void glfwDefaultWindowHints()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwDestroyCursor
void glfwDestroyCursor(GLFWcursor* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwDestroyWindow
void glfwDestroyWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwExtensionSupported
int glfwExtensionSupported(const(char)* extension)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwFocusWindow
void glfwFocusWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetClipboardString
const(char)* glfwGetClipboardString(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetCurrentContext
GLFWwindow* glfwGetCurrentContext()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetCursorPos
void glfwGetCursorPos(GLFWwindow* window, double* xpos, double* ypos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetError
int glfwGetError(const(char)** description)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetFramebufferSize
void glfwGetFramebufferSize(GLFWwindow* window, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetGamepadName
const(char)* glfwGetGamepadName(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetGamepadState
int glfwGetGamepadState(int jid, GLFWgamepadstate* state)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetGammaRamp
const(GLFWgammaramp*) glfwGetGammaRamp(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetInputMode
int glfwGetInputMode(GLFWwindow* window, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetJoystickAxes
float* glfwGetJoystickAxes(int jid, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetJoystickButtons
ubyte* glfwGetJoystickButtons(int jid, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetJoystickGUID
const(char)* glfwGetJoystickGUID(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetJoystickHats
const(ubyte)* glfwGetJoystickHats(int jid, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetJoystickName
const(char)* glfwGetJoystickName(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetJoystickUserPointer
void* glfwGetJoystickUserPointer(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetKey
int glfwGetKey(GLFWwindow* window, int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetKeyName
const(char)* glfwGetKeyName(int key, int scancode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetKeyScancode
int glfwGetKeyScancode(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitorContentScale
void glfwGetMonitorContentScale(GLFWmonitor* monitor, float* xscale, float* yscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitorName
const(char)* glfwGetMonitorName(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitorPhysicalSize
void glfwGetMonitorPhysicalSize(GLFWmonitor* monitor, int* widthMM, int* heightMM)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitorPos
void glfwGetMonitorPos(GLFWmonitor* monitor, int* xpos, int* ypos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitorUserPointer
void* glfwGetMonitorUserPointer(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitorWorkarea
void glfwGetMonitorWorkarea(GLFWmonitor* monitor, int* xpos, int* ypos, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMonitors
GLFWmonitor** glfwGetMonitors(int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetMouseButton
int glfwGetMouseButton(GLFWwindow* window, int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetPrimaryMonitor
GLFWmonitor* glfwGetPrimaryMonitor()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetProcAddress
GLFWglproc glfwGetProcAddress(const(char)* procname)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetTime
double glfwGetTime()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetTimerFrequency
long glfwGetTimerFrequency()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetTimerValue
long glfwGetTimerValue()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetVersion
void glfwGetVersion(int* major, int* minor, int* rev)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetVersionString
const(char)* glfwGetVersionString()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetVideoMode
const(GLFWvidmode)* glfwGetVideoMode(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetVideoModes
const(GLFWvidmode)* glfwGetVideoModes(GLFWmonitor* monitor, int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowAttrib
int glfwGetWindowAttrib(GLFWwindow* window, int attrib)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowContentScale
void glfwGetWindowContentScale(GLFWwindow* window, float* xscale, float* yscale)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowFrameSize
void glfwGetWindowFrameSize(GLFWwindow* window, int* left, int* top, int* right, int* bottom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowMonitor
GLFWmonitor* glfwGetWindowMonitor(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowOpacity
float glfwGetWindowOpacity(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowPos
void glfwGetWindowPos(GLFWwindow* window, int* xpos, int* ypos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowSize
void glfwGetWindowSize(GLFWwindow* window, int* width, int* height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwGetWindowUserPointer
void* glfwGetWindowUserPointer(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwHideWindow
void glfwHideWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwIconifyWindow
void glfwIconifyWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwInit
int glfwInit()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwInitHint
void glfwInitHint(int , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwJoystickIsGamepad
int glfwJoystickIsGamepad(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwJoystickPresent
int glfwJoystickPresent(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwMakeContextCurrent
void glfwMakeContextCurrent(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwMaximizeWindow
void glfwMaximizeWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwPollEvents
void glfwPollEvents()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwPostEmptyEvent
void glfwPostEmptyEvent()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwRequestWindowAttention
void glfwRequestWindowAttention(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwRestoreWindow
void glfwRestoreWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetCharCallback
GLFWcharfun glfwSetCharCallback(GLFWwindow* window, GLFWcharfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetCharModsCallback
GLFWcharmodsfun glfwSetCharModsCallback(GLFWwindow* window, GLFWcharmodsfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetClipboardString
void glfwSetClipboardString(GLFWwindow* window, const(char)* string_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetCursor
void glfwSetCursor(GLFWwindow* window, GLFWcursor* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetCursorEnterCallback
GLFWcursorenterfun glfwSetCursorEnterCallback(GLFWwindow* window, GLFWcursorenterfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetCursorPos
void glfwSetCursorPos(GLFWwindow* window, double xpos, double ypos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetCursorPosCallback
GLFWcursorposfun glfwSetCursorPosCallback(GLFWwindow* window, GLFWcursorposfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetDropCallback
GLFWdropfun glfwSetDropCallback(GLFWwindow* window, GLFWdropfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetErrorCallback
GLFWerrorfun glfwSetErrorCallback(GLFWerrorfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetFramebufferSizeCallback
GLFWframebuffersizefun glfwSetFramebufferSizeCallback(GLFWwindow* window, GLFWframebuffersizefun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetGamma
void glfwSetGamma(GLFWmonitor* monitor, float gamma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetGammaRamp
void glfwSetGammaRamp(GLFWmonitor* monitor, const(GLFWgammaramp)* ramp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetInputMode
void glfwSetInputMode(GLFWwindow* window, int mode, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetJoystickCallback
GLFWjoystickfun glfwSetJoystickCallback(GLFWjoystickfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetJoystickUserPointer
void glfwSetJoystickUserPointer(int jid, void* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetKeyCallback
GLFWkeyfun glfwSetKeyCallback(GLFWwindow* window, GLFWkeyfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetMonitorCallback
GLFWmonitorfun glfwSetMonitorCallback(GLFWmonitorfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetMonitorUserPointer
void glfwSetMonitorUserPointer(GLFWmonitor* monitor, void* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetMouseButtonCallback
GLFWmousebuttonfun glfwSetMouseButtonCallback(GLFWwindow* window, GLFWmousebuttonfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetScrollCallback
GLFWscrollfun glfwSetScrollCallback(GLFWwindow* window, GLFWscrollfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetTime
void glfwSetTime(double time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowAspectRatio
void glfwSetWindowAspectRatio(GLFWwindow* window, int numer, int denom)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowAttrib
void glfwSetWindowAttrib(GLFWwindow* window, int attrib, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowCloseCallback
GLFWwindowclosefun glfwSetWindowCloseCallback(GLFWwindow* window, GLFWwindowclosefun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowContentScaleCallback
GLFWwindowcontentscalefun glfwSetWindowContentScaleCallback(GLFWwindow* window, GLFWwindowcontentscalefun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowFocusCallback
GLFWwindowfocusfun glfwSetWindowFocusCallback(GLFWwindow* window, GLFWwindowfocusfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowIcon
void glfwSetWindowIcon(GLFWwindow* window, int count, const(GLFWimage)* images)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowIconifyCallback
GLFWwindowiconifyfun glfwSetWindowIconifyCallback(GLFWwindow* window, GLFWwindowiconifyfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowMaximizeCallback
GLFWwindowmaximizefun glfwSetWindowMaximizeCallback(GLFWwindow* window, GLFWwindowmaximizefun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowMonitor
void glfwSetWindowMonitor(GLFWwindow* window, GLFWmonitor* monitor, int xpos, int ypos, int width, int height, int refreshRate)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowOpacity
void glfwSetWindowOpacity(GLFWwindow* window, float opacity)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowPos
void glfwSetWindowPos(GLFWwindow* window, int xpos, int ypos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowPosCallback
GLFWwindowposfun glfwSetWindowPosCallback(GLFWwindow* window, GLFWwindowposfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowRefreshCallback
GLFWwindowrefreshfun glfwSetWindowRefreshCallback(GLFWwindow* window, GLFWwindowrefreshfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowShouldClose
void glfwSetWindowShouldClose(GLFWwindow* window, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowSize
void glfwSetWindowSize(GLFWwindow* window, int width, int height)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowSizeCallback
GLFWwindowsizefun glfwSetWindowSizeCallback(GLFWwindow* window, GLFWwindowsizefun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowSizeLimits
void glfwSetWindowSizeLimits(GLFWwindow* window, int minwidth, int minheight, int maxwidth, int maxheight)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowTitle
void glfwSetWindowTitle(GLFWwindow* window, const(char)* title)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSetWindowUserPointer
void glfwSetWindowUserPointer(GLFWwindow* window, void* pointer)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwShowWindow
void glfwShowWindow(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSwapBuffers
void glfwSwapBuffers(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwSwapInterval
void glfwSwapInterval(int interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwTerminate
void glfwTerminate()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwUpdateGamepadMappings
int glfwUpdateGamepadMappings(const(char)* string_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwVulkanSupported
int glfwVulkanSupported()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwWaitEvents
void glfwWaitEvents()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwWaitEventsTimeout
void glfwWaitEventsTimeout(double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwWindowHint
void glfwWindowHint(int hint, int value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwWindowHintString
void glfwWindowHintString(int hint, const(char)* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
glfwWindowShouldClose
int glfwWindowShouldClose(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

bindGLFW_Cocoa
enum bindGLFW_Cocoa;
Undocumented in source.
bindGLFW_Cocoa
enum bindGLFW_Cocoa;
Undocumented in source.
bindGLFW_EGL
enum bindGLFW_EGL;
Undocumented in source.
bindGLFW_GLX
enum bindGLFW_GLX;
Undocumented in source.
bindGLFW_GLX
enum bindGLFW_GLX;
Undocumented in source.
bindGLFW_Mir
enum bindGLFW_Mir;
Undocumented in source.
bindGLFW_NSGL
enum bindGLFW_NSGL;
Undocumented in source.
bindGLFW_Vulkan
enum bindGLFW_Vulkan;
Undocumented in source.
bindGLFW_WGL
enum bindGLFW_WGL;
Undocumented in source.
bindGLFW_Wayland
enum bindGLFW_Wayland;
Undocumented in source.
bindGLFW_Windows
enum bindGLFW_Windows;
Undocumented in source.
bindGLFW_Windows
enum bindGLFW_Windows;
Undocumented in source.
bindGLFW_X11
enum bindGLFW_X11;
Undocumented in source.
bindGLFW_X11
enum bindGLFW_X11;
Undocumented in source.
bindGLFW_X11
enum bindGLFW_X11;
Undocumented in source.

Meta