- glfwBroadcastCond
void glfwBroadcastCond(GLFWcond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwCloseWindow
void glfwCloseWindow()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwCreateCond
GLFWcond glfwCreateCond()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwCreateMutex
GLFWmutex glfwCreateMutex()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwCreateThread
GLFWthread glfwCreateThread(GLFWthreadfun fun, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwDestroyCond
void glfwDestroyCond(GLFWcond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwDestroyMutex
void glfwDestroyMutex(GLFWmutex mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwDestroyThread
void glfwDestroyThread(GLFWthread ID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwDisable
void glfwDisable(int token)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwEnable
void glfwEnable(int token)
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.
- glfwFreeImage
void glfwFreeImage(GLFWimage* img)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetDesktopMode
void glfwGetDesktopMode(GLFWvidmode* mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetGLVersion
void glfwGetGLVersion(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.
- glfwGetJoystickButtons
int glfwGetJoystickButtons(int joy, ubyte* buttons, int numbuttons)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetJoystickParam
int glfwGetJoystickParam(int joy, int param)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetJoystickPos
int glfwGetJoystickPos(int joy, float* pos, int numaxes)
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(int key)
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(int button)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetMousePos
void glfwGetMousePos(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.
- glfwGetMouseWheel
int glfwGetMouseWheel()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetNumberOfProcessors
int glfwGetNumberOfProcessors()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetProcAddress
void* 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.
- glfwGetThreadID
GLFWthread glfwGetThreadID()
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.
- 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.
- glfwGetVideoModes
int glfwGetVideoModes(GLFWvidmode* list, int maxcount)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwGetWindowParam
int glfwGetWindowParam(int param)
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(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.
- glfwIconifyWindow
void glfwIconifyWindow()
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()
- glfwLoadMemoryTexture2D
int glfwLoadMemoryTexture2D(void* data, long size, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwLoadTexture2D
int glfwLoadTexture2D(const(char)* name, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwLoadTextureImage2D
int glfwLoadTextureImage2D(GLFWimage* img, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwLockMutex
void glfwLockMutex(GLFWmutex mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwOpenWindow
int glfwOpenWindow(int width, int height, int redbits, int greenbits, int bluebits, int alphabits, int depthbits, int stencilbits, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwOpenWindowHint
void glfwOpenWindowHint(int target, int hint)
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.
- glfwReadImage
int glfwReadImage(const(char)* name, GLFWimage* img, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwReadMemoryImage
int glfwReadMemoryImage(void* data, long size, GLFWimage* img, int flags)
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()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetCharCallback
void glfwSetCharCallback(GLFWcharfun cbfun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetKeyCallback
void glfwSetKeyCallback(GLFWkeyfun cbfun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetMouseButtonCallback
void glfwSetMouseButtonCallback(GLFWmousebuttonfun cbfun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetMousePos
void glfwSetMousePos(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.
- glfwSetMousePosCallback
void glfwSetMousePosCallback(GLFWmouseposfun cbfun)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetMouseWheel
void glfwSetMouseWheel(int pos)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetMouseWheelCallback
void glfwSetMouseWheelCallback(GLFWmousewheelfun cbfun)
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.
- glfwSetWindowCloseCallback
void glfwSetWindowCloseCallback(GLFWwindowclosefun cbfun)
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(int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSetWindowRefreshCallback
void glfwSetWindowRefreshCallback(GLFWwindowrefreshfun cbfun)
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(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
void glfwSetWindowSizeCallback(GLFWwindowsizefun cbfun)
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(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.
- glfwSignalCond
void glfwSignalCond(GLFWcond cond)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwSleep
void glfwSleep(double time)
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()
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.
- glfwUnlockMutex
void glfwUnlockMutex(GLFWmutex mutex)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- glfwWaitCond
void glfwWaitCond(GLFWcond cond, GLFWmutex mutex, double timeout)
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.
- glfwWaitThread
int glfwWaitThread(GLFWthread ID, int waitmode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.