bindbc.glfw.binddynamic

Undocumented in source.

Members

Aliases

pglfwCreateCursor
alias pglfwCreateCursor = GLFWcursor* function(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.
pglfwCreateStandardCursor
alias pglfwCreateStandardCursor = GLFWcursor* function(int shape)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwCreateWindow
alias pglfwCreateWindow = GLFWwindow* function(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.
pglfwDefaultWindowHints
alias pglfwDefaultWindowHints = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwDestroyCursor
alias pglfwDestroyCursor = void function(GLFWcursor* cursor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwDestroyWindow
alias pglfwDestroyWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwExtensionSupported
alias pglfwExtensionSupported = int function(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.
pglfwFocusWindow
alias pglfwFocusWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetClipboardString
alias pglfwGetClipboardString = const(char)* function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetCurrentContext
alias pglfwGetCurrentContext = GLFWwindow* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetCursorPos
alias pglfwGetCursorPos = void function(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.
pglfwGetError
alias pglfwGetError = int function(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.
pglfwGetFramebufferSize
alias pglfwGetFramebufferSize = void function(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.
pglfwGetGamepadName
alias pglfwGetGamepadName = const(char)* function(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetGamepadState
alias pglfwGetGamepadState = int function(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.
pglfwGetGammaRamp
alias pglfwGetGammaRamp = const(GLFWgammaramp*) function(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetInputMode
alias pglfwGetInputMode = int function(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.
pglfwGetJoystickAxes
alias pglfwGetJoystickAxes = float* function(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.
pglfwGetJoystickButtons
alias pglfwGetJoystickButtons = ubyte* function(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.
pglfwGetJoystickGUID
alias pglfwGetJoystickGUID = const(char)* function(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetJoystickHats
alias pglfwGetJoystickHats = const(ubyte)* function(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.
pglfwGetJoystickName
alias pglfwGetJoystickName = const(char)* function(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetJoystickUserPointer
alias pglfwGetJoystickUserPointer = void* function(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetKey
alias pglfwGetKey = int function(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.
pglfwGetKeyName
alias pglfwGetKeyName = const(char)* function(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.
pglfwGetKeyScancode
alias pglfwGetKeyScancode = int function(int key)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetMonitorContentScale
alias pglfwGetMonitorContentScale = void function(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.
pglfwGetMonitorName
alias pglfwGetMonitorName = const(char)* function(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetMonitorPhysicalSize
alias pglfwGetMonitorPhysicalSize = void function(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.
pglfwGetMonitorPos
alias pglfwGetMonitorPos = void function(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.
pglfwGetMonitorUserPointer
alias pglfwGetMonitorUserPointer = void* function(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetMonitorWorkarea
alias pglfwGetMonitorWorkarea = void function(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.
pglfwGetMonitors
alias pglfwGetMonitors = GLFWmonitor** function(int* count)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetMouseButton
alias pglfwGetMouseButton = int function(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.
pglfwGetPrimaryMonitor
alias pglfwGetPrimaryMonitor = GLFWmonitor* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetProcAddress
alias pglfwGetProcAddress = GLFWglproc function(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.
pglfwGetTime
alias pglfwGetTime = double function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetTimerFrequency
alias pglfwGetTimerFrequency = long function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetTimerValue
alias pglfwGetTimerValue = long function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetVersion
alias pglfwGetVersion = void function(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.
pglfwGetVersionString
alias pglfwGetVersionString = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetVideoMode
alias pglfwGetVideoMode = const(GLFWvidmode)* function(GLFWmonitor* monitor)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetVideoModes
alias pglfwGetVideoModes = const(GLFWvidmode)* function(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.
pglfwGetWindowAttrib
alias pglfwGetWindowAttrib = int function(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.
pglfwGetWindowContentScale
alias pglfwGetWindowContentScale = void function(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.
pglfwGetWindowFrameSize
alias pglfwGetWindowFrameSize = void function(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.
pglfwGetWindowMonitor
alias pglfwGetWindowMonitor = GLFWmonitor* function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetWindowOpacity
alias pglfwGetWindowOpacity = float function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwGetWindowPos
alias pglfwGetWindowPos = void function(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.
pglfwGetWindowSize
alias pglfwGetWindowSize = void function(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.
pglfwGetWindowUserPointer
alias pglfwGetWindowUserPointer = void* function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwHideWindow
alias pglfwHideWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwIconifyWindow
alias pglfwIconifyWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwInit
alias pglfwInit = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwInitHint
alias pglfwInitHint = void function(int, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwJoystickIsGamepad
alias pglfwJoystickIsGamepad = int function(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwJoystickPresent
alias pglfwJoystickPresent = int function(int jid)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwMakeContextCurrent
alias pglfwMakeContextCurrent = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwMaximizeWindow
alias pglfwMaximizeWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwPollEvents
alias pglfwPollEvents = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwPostEmptyEvent
alias pglfwPostEmptyEvent = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwRequestWindowAttention
alias pglfwRequestWindowAttention = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwRestoreWindow
alias pglfwRestoreWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSetCharCallback
alias pglfwSetCharCallback = GLFWcharfun function(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.
pglfwSetCharModsCallback
alias pglfwSetCharModsCallback = GLFWcharmodsfun function(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.
pglfwSetClipboardString
alias pglfwSetClipboardString = void function(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.
pglfwSetCursor
alias pglfwSetCursor = void function(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.
pglfwSetCursorEnterCallback
alias pglfwSetCursorEnterCallback = GLFWcursorenterfun function(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.
pglfwSetCursorPos
alias pglfwSetCursorPos = void function(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.
pglfwSetCursorPosCallback
alias pglfwSetCursorPosCallback = GLFWcursorposfun function(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.
pglfwSetDropCallback
alias pglfwSetDropCallback = GLFWdropfun function(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.
pglfwSetErrorCallback
alias pglfwSetErrorCallback = GLFWerrorfun function(GLFWerrorfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSetFramebufferSizeCallback
alias pglfwSetFramebufferSizeCallback = GLFWframebuffersizefun function(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.
pglfwSetGamma
alias pglfwSetGamma = void function(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.
pglfwSetGammaRamp
alias pglfwSetGammaRamp = void function(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.
pglfwSetInputMode
alias pglfwSetInputMode = void function(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.
pglfwSetJoystickCallback
alias pglfwSetJoystickCallback = GLFWjoystickfun function(GLFWjoystickfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSetJoystickUserPointer
alias pglfwSetJoystickUserPointer = void function(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.
pglfwSetKeyCallback
alias pglfwSetKeyCallback = GLFWkeyfun function(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.
pglfwSetMonitorCallback
alias pglfwSetMonitorCallback = GLFWmonitorfun function(GLFWmonitorfun callback)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSetMonitorUserPointer
alias pglfwSetMonitorUserPointer = void function(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.
pglfwSetMouseButtonCallback
alias pglfwSetMouseButtonCallback = GLFWmousebuttonfun function(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.
pglfwSetScrollCallback
alias pglfwSetScrollCallback = GLFWscrollfun function(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.
pglfwSetTime
alias pglfwSetTime = void function(double time)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSetWindowAspectRatio
alias pglfwSetWindowAspectRatio = void function(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.
pglfwSetWindowAttrib
alias pglfwSetWindowAttrib = void function(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.
pglfwSetWindowCloseCallback
alias pglfwSetWindowCloseCallback = GLFWwindowclosefun function(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.
pglfwSetWindowContentScaleCallback
alias pglfwSetWindowContentScaleCallback = GLFWwindowcontentscalefun function(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.
pglfwSetWindowFocusCallback
alias pglfwSetWindowFocusCallback = GLFWwindowfocusfun function(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.
pglfwSetWindowIcon
alias pglfwSetWindowIcon = void function(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.
pglfwSetWindowIconifyCallback
alias pglfwSetWindowIconifyCallback = GLFWwindowiconifyfun function(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.
pglfwSetWindowMaximizeCallback
alias pglfwSetWindowMaximizeCallback = GLFWwindowmaximizefun function(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.
pglfwSetWindowMonitor
alias pglfwSetWindowMonitor = void function(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.
pglfwSetWindowOpacity
alias pglfwSetWindowOpacity = void function(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.
pglfwSetWindowPos
alias pglfwSetWindowPos = void function(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.
pglfwSetWindowPosCallback
alias pglfwSetWindowPosCallback = GLFWwindowposfun function(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.
pglfwSetWindowRefreshCallback
alias pglfwSetWindowRefreshCallback = GLFWwindowrefreshfun function(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.
pglfwSetWindowShouldClose
alias pglfwSetWindowShouldClose = void function(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.
pglfwSetWindowSize
alias pglfwSetWindowSize = void function(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.
pglfwSetWindowSizeCallback
alias pglfwSetWindowSizeCallback = GLFWwindowsizefun function(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.
pglfwSetWindowSizeLimits
alias pglfwSetWindowSizeLimits = void function(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.
pglfwSetWindowTitle
alias pglfwSetWindowTitle = void function(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.
pglfwSetWindowUserPointer
alias pglfwSetWindowUserPointer = void function(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.
pglfwShowWindow
alias pglfwShowWindow = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSwapBuffers
alias pglfwSwapBuffers = void function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwSwapInterval
alias pglfwSwapInterval = void function(int interval)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwTerminate
alias pglfwTerminate = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwUpdateGamepadMappings
alias pglfwUpdateGamepadMappings = int function(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.
pglfwVulkanSupported
alias pglfwVulkanSupported = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwWaitEvents
alias pglfwWaitEvents = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwWaitEventsTimeout
alias pglfwWaitEventsTimeout = void function(double timeout)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pglfwWindowHint
alias pglfwWindowHint = void function(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.
pglfwWindowHintString
alias pglfwWindowHintString = void function(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.
pglfwWindowShouldClose
alias pglfwWindowShouldClose = int function(GLFWwindow* window)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

bindGLFWSymbol
void bindGLFWSymbol(void** ptr, const(char)* symbolName)
Undocumented in source. Be warned that the author may not have intended to support it.
isGLFWLoaded
bool isGLFWLoaded()
Undocumented in source. Be warned that the author may not have intended to support it.
loadGLFW
GLFWSupport loadGLFW(const(char)* libName)
Undocumented in source. Be warned that the author may not have intended to support it.
loadGLFW
GLFWSupport loadGLFW()
Undocumented in source. Be warned that the author may not have intended to support it.
loadedGLFWVersion
GLFWSupport loadedGLFWVersion()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadGLFW
void unloadGLFW()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

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_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.
gbindGLFW_Wayland
enum gbindGLFW_Wayland;
Undocumented in source.
glfwCocoaBind
enum glfwCocoaBind;
Undocumented in source.

Static variables

glfwCreateCursor
pglfwCreateCursor glfwCreateCursor;
Undocumented in source.
glfwCreateStandardCursor
pglfwCreateStandardCursor glfwCreateStandardCursor;
Undocumented in source.
glfwCreateWindow
pglfwCreateWindow glfwCreateWindow;
Undocumented in source.
glfwDefaultWindowHints
pglfwDefaultWindowHints glfwDefaultWindowHints;
Undocumented in source.
glfwDestroyCursor
pglfwDestroyCursor glfwDestroyCursor;
Undocumented in source.
glfwDestroyWindow
pglfwDestroyWindow glfwDestroyWindow;
Undocumented in source.
glfwExtensionSupported
pglfwExtensionSupported glfwExtensionSupported;
Undocumented in source.
glfwFocusWindow
pglfwFocusWindow glfwFocusWindow;
Undocumented in source.
glfwGetClipboardString
pglfwGetClipboardString glfwGetClipboardString;
Undocumented in source.
glfwGetCurrentContext
pglfwGetCurrentContext glfwGetCurrentContext;
Undocumented in source.
glfwGetCursorPos
pglfwGetCursorPos glfwGetCursorPos;
Undocumented in source.
glfwGetError
pglfwGetError glfwGetError;
Undocumented in source.
glfwGetFramebufferSize
pglfwGetFramebufferSize glfwGetFramebufferSize;
Undocumented in source.
glfwGetGamepadName
pglfwGetGamepadName glfwGetGamepadName;
Undocumented in source.
glfwGetGamepadState
pglfwGetGamepadState glfwGetGamepadState;
Undocumented in source.
glfwGetGammaRamp
pglfwGetGammaRamp glfwGetGammaRamp;
Undocumented in source.
glfwGetInputMode
pglfwGetInputMode glfwGetInputMode;
Undocumented in source.
glfwGetJoystickAxes
pglfwGetJoystickAxes glfwGetJoystickAxes;
Undocumented in source.
glfwGetJoystickButtons
pglfwGetJoystickButtons glfwGetJoystickButtons;
Undocumented in source.
glfwGetJoystickGUID
pglfwGetJoystickGUID glfwGetJoystickGUID;
Undocumented in source.
glfwGetJoystickHats
pglfwGetJoystickHats glfwGetJoystickHats;
Undocumented in source.
glfwGetJoystickName
pglfwGetJoystickName glfwGetJoystickName;
Undocumented in source.
glfwGetJoystickUserPointer
pglfwGetJoystickUserPointer glfwGetJoystickUserPointer;
Undocumented in source.
glfwGetKey
pglfwGetKey glfwGetKey;
Undocumented in source.
glfwGetKeyName
pglfwGetKeyName glfwGetKeyName;
Undocumented in source.
glfwGetKeyScancode
pglfwGetKeyScancode glfwGetKeyScancode;
Undocumented in source.
glfwGetMonitorContentScale
pglfwGetMonitorContentScale glfwGetMonitorContentScale;
Undocumented in source.
glfwGetMonitorName
pglfwGetMonitorName glfwGetMonitorName;
Undocumented in source.
glfwGetMonitorPhysicalSize
pglfwGetMonitorPhysicalSize glfwGetMonitorPhysicalSize;
Undocumented in source.
glfwGetMonitorPos
pglfwGetMonitorPos glfwGetMonitorPos;
Undocumented in source.
glfwGetMonitorUserPointer
pglfwGetMonitorUserPointer glfwGetMonitorUserPointer;
Undocumented in source.
glfwGetMonitorWorkarea
pglfwGetMonitorWorkarea glfwGetMonitorWorkarea;
Undocumented in source.
glfwGetMonitors
pglfwGetMonitors glfwGetMonitors;
Undocumented in source.
glfwGetMouseButton
pglfwGetMouseButton glfwGetMouseButton;
Undocumented in source.
glfwGetPrimaryMonitor
pglfwGetPrimaryMonitor glfwGetPrimaryMonitor;
Undocumented in source.
glfwGetProcAddress
pglfwGetProcAddress glfwGetProcAddress;
Undocumented in source.
glfwGetTime
pglfwGetTime glfwGetTime;
Undocumented in source.
glfwGetTimerFrequency
pglfwGetTimerFrequency glfwGetTimerFrequency;
Undocumented in source.
glfwGetTimerValue
pglfwGetTimerValue glfwGetTimerValue;
Undocumented in source.
glfwGetVersion
pglfwGetVersion glfwGetVersion;
Undocumented in source.
glfwGetVersionString
pglfwGetVersionString glfwGetVersionString;
Undocumented in source.
glfwGetVideoMode
pglfwGetVideoMode glfwGetVideoMode;
Undocumented in source.
glfwGetVideoModes
pglfwGetVideoModes glfwGetVideoModes;
Undocumented in source.
glfwGetWindowAttrib
pglfwGetWindowAttrib glfwGetWindowAttrib;
Undocumented in source.
glfwGetWindowContentScale
pglfwGetWindowContentScale glfwGetWindowContentScale;
Undocumented in source.
glfwGetWindowFrameSize
pglfwGetWindowFrameSize glfwGetWindowFrameSize;
Undocumented in source.
glfwGetWindowMonitor
pglfwGetWindowMonitor glfwGetWindowMonitor;
Undocumented in source.
glfwGetWindowOpacity
pglfwGetWindowOpacity glfwGetWindowOpacity;
Undocumented in source.
glfwGetWindowPos
pglfwGetWindowPos glfwGetWindowPos;
Undocumented in source.
glfwGetWindowSize
pglfwGetWindowSize glfwGetWindowSize;
Undocumented in source.
glfwGetWindowUserPointer
pglfwGetWindowUserPointer glfwGetWindowUserPointer;
Undocumented in source.
glfwHideWindow
pglfwHideWindow glfwHideWindow;
Undocumented in source.
glfwIconifyWindow
pglfwIconifyWindow glfwIconifyWindow;
Undocumented in source.
glfwInit
pglfwInit glfwInit;
Undocumented in source.
glfwInitHint
pglfwInitHint glfwInitHint;
Undocumented in source.
glfwJoystickIsGamepad
pglfwJoystickIsGamepad glfwJoystickIsGamepad;
Undocumented in source.
glfwJoystickPresent
pglfwJoystickPresent glfwJoystickPresent;
Undocumented in source.
glfwMakeContextCurrent
pglfwMakeContextCurrent glfwMakeContextCurrent;
Undocumented in source.
glfwMaximizeWindow
pglfwMaximizeWindow glfwMaximizeWindow;
Undocumented in source.
glfwPollEvents
pglfwPollEvents glfwPollEvents;
Undocumented in source.
glfwPostEmptyEvent
pglfwPostEmptyEvent glfwPostEmptyEvent;
Undocumented in source.
glfwRequestWindowAttention
pglfwRequestWindowAttention glfwRequestWindowAttention;
Undocumented in source.
glfwRestoreWindow
pglfwRestoreWindow glfwRestoreWindow;
Undocumented in source.
glfwSetCharCallback
pglfwSetCharCallback glfwSetCharCallback;
Undocumented in source.
glfwSetCharModsCallback
pglfwSetCharModsCallback glfwSetCharModsCallback;
Undocumented in source.
glfwSetClipboardString
pglfwSetClipboardString glfwSetClipboardString;
Undocumented in source.
glfwSetCursor
pglfwSetCursor glfwSetCursor;
Undocumented in source.
glfwSetCursorEnterCallback
pglfwSetCursorEnterCallback glfwSetCursorEnterCallback;
Undocumented in source.
glfwSetCursorPos
pglfwSetCursorPos glfwSetCursorPos;
Undocumented in source.
glfwSetCursorPosCallback
pglfwSetCursorPosCallback glfwSetCursorPosCallback;
Undocumented in source.
glfwSetDropCallback
pglfwSetDropCallback glfwSetDropCallback;
Undocumented in source.
glfwSetErrorCallback
pglfwSetErrorCallback glfwSetErrorCallback;
Undocumented in source.
glfwSetFramebufferSizeCallback
pglfwSetFramebufferSizeCallback glfwSetFramebufferSizeCallback;
Undocumented in source.
glfwSetGamma
pglfwSetGamma glfwSetGamma;
Undocumented in source.
glfwSetGammaRamp
pglfwSetGammaRamp glfwSetGammaRamp;
Undocumented in source.
glfwSetInputMode
pglfwSetInputMode glfwSetInputMode;
Undocumented in source.
glfwSetJoystickCallback
pglfwSetJoystickCallback glfwSetJoystickCallback;
Undocumented in source.
glfwSetJoystickUserPointer
pglfwSetJoystickUserPointer glfwSetJoystickUserPointer;
Undocumented in source.
glfwSetKeyCallback
pglfwSetKeyCallback glfwSetKeyCallback;
Undocumented in source.
glfwSetMonitorCallback
pglfwSetMonitorCallback glfwSetMonitorCallback;
Undocumented in source.
glfwSetMonitorUserPointer
pglfwSetMonitorUserPointer glfwSetMonitorUserPointer;
Undocumented in source.
glfwSetMouseButtonCallback
pglfwSetMouseButtonCallback glfwSetMouseButtonCallback;
Undocumented in source.
glfwSetScrollCallback
pglfwSetScrollCallback glfwSetScrollCallback;
Undocumented in source.
glfwSetTime
pglfwSetTime glfwSetTime;
Undocumented in source.
glfwSetWindowAspectRatio
pglfwSetWindowAspectRatio glfwSetWindowAspectRatio;
Undocumented in source.
glfwSetWindowAttrib
pglfwSetWindowAttrib glfwSetWindowAttrib;
Undocumented in source.
glfwSetWindowCloseCallback
pglfwSetWindowCloseCallback glfwSetWindowCloseCallback;
Undocumented in source.
glfwSetWindowContentScaleCallback
pglfwSetWindowContentScaleCallback glfwSetWindowContentScaleCallback;
Undocumented in source.
glfwSetWindowFocusCallback
pglfwSetWindowFocusCallback glfwSetWindowFocusCallback;
Undocumented in source.
glfwSetWindowIcon
pglfwSetWindowIcon glfwSetWindowIcon;
Undocumented in source.
glfwSetWindowIconifyCallback
pglfwSetWindowIconifyCallback glfwSetWindowIconifyCallback;
Undocumented in source.
glfwSetWindowMaximizeCallback
pglfwSetWindowMaximizeCallback glfwSetWindowMaximizeCallback;
Undocumented in source.
glfwSetWindowMonitor
pglfwSetWindowMonitor glfwSetWindowMonitor;
Undocumented in source.
glfwSetWindowOpacity
pglfwSetWindowOpacity glfwSetWindowOpacity;
Undocumented in source.
glfwSetWindowPos
pglfwSetWindowPos glfwSetWindowPos;
Undocumented in source.
glfwSetWindowPosCallback
pglfwSetWindowPosCallback glfwSetWindowPosCallback;
Undocumented in source.
glfwSetWindowRefreshCallback
pglfwSetWindowRefreshCallback glfwSetWindowRefreshCallback;
Undocumented in source.
glfwSetWindowShouldClose
pglfwSetWindowShouldClose glfwSetWindowShouldClose;
Undocumented in source.
glfwSetWindowSize
pglfwSetWindowSize glfwSetWindowSize;
Undocumented in source.
glfwSetWindowSizeCallback
pglfwSetWindowSizeCallback glfwSetWindowSizeCallback;
Undocumented in source.
glfwSetWindowSizeLimits
pglfwSetWindowSizeLimits glfwSetWindowSizeLimits;
Undocumented in source.
glfwSetWindowTitle
pglfwSetWindowTitle glfwSetWindowTitle;
Undocumented in source.
glfwSetWindowUserPointer
pglfwSetWindowUserPointer glfwSetWindowUserPointer;
Undocumented in source.
glfwShowWindow
pglfwShowWindow glfwShowWindow;
Undocumented in source.
glfwSwapBuffers
pglfwSwapBuffers glfwSwapBuffers;
Undocumented in source.
glfwSwapInterval
pglfwSwapInterval glfwSwapInterval;
Undocumented in source.
glfwTerminate
pglfwTerminate glfwTerminate;
Undocumented in source.
glfwUpdateGamepadMappings
pglfwUpdateGamepadMappings glfwUpdateGamepadMappings;
Undocumented in source.
glfwVulkanSupported
pglfwVulkanSupported glfwVulkanSupported;
Undocumented in source.
glfwWaitEvents
pglfwWaitEvents glfwWaitEvents;
Undocumented in source.
glfwWaitEventsTimeout
pglfwWaitEventsTimeout glfwWaitEventsTimeout;
Undocumented in source.
glfwWindowHint
pglfwWindowHint glfwWindowHint;
Undocumented in source.
glfwWindowHintString
pglfwWindowHintString glfwWindowHintString;
Undocumented in source.
glfwWindowShouldClose
pglfwWindowShouldClose glfwWindowShouldClose;
Undocumented in source.

Meta