Tao.Glfw SDK Documentation

Glfw Methods

The methods of the Glfw class are listed below. For a complete list of Glfw class members, see the Glfw Members topic.

Public Static (Shared) Methods

glfwBroadcastCond
glfwCloseWindow The function closes an opened window and destroys the associated OpenGL context.
glfwCreateCond
glfwCreateMutex
glfwCreateThread The function creates a new thread, which executes within the same address space as the calling process. The thread entry point is specified with the fun argument.
glfwDestroyCond
glfwDestroyMutex
glfwDestroyThread
glfwDisable
glfwEnable
glfwExtensionSupported
glfwFreeImage
glfwGetDesktopMode
glfwGetGLVersion
glfwGetJoystickButtons
glfwGetJoystickParam
glfwGetJoystickPos
glfwGetKey
glfwGetMouseButton
glfwGetMousePos
glfwGetMouseWheel
glfwGetNumberOfProcessors
glfwGetProcAddress
glfwGetThreadID
glfwGetTime
glfwGetVersion Returns the GLFW library version.
glfwGetVideoModes
glfwGetWindowParam
glfwGetWindowSize
glfwIconifyWindow
glfwInit Initializes GLFW.
glfwLoadTexture2D
glfwLockMutex
glfwOpenWindow Opens a window that best matches the parameters given to the function.
glfwOpenWindowHint Sets additional properties for a window that is to be opened.
glfwPollEvents
glfwReadImage
glfwRestoreWindow
glfwSetCharCallback
glfwSetKeyCallback
glfwSetMouseButtonCallback
glfwSetMousePos
glfwSetMousePosCallback
glfwSetMouseWheel
glfwSetMouseWheelCallback
glfwSetTime
glfwSetWindowCloseCallback Selects which function to be called upon a window close event.
glfwSetWindowPos
glfwSetWindowRefreshCallback The function selects which function to be called upon a window refresh event, which occurs when any part of the window client area has been damaged, and needs to be repainted (for instance, if a part of the window that was previously occluded by another window has become visible).
glfwSetWindowSize
glfwSetWindowSizeCallback
glfwSetWindowTitle Changes the title of the opened window.
glfwSignalCond
glfwSleep
glfwSwapBuffers
glfwSwapInterval
glfwTerminate Terminates GLFW.
glfwUnlockMutex
glfwWaitCond
glfwWaitEvents
glfwWaitThread

Public Instance Methods

Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
ToString (inherited from Object) 

See Also

Glfw Class | Tao.Glfw Namespace