Tao.Glfw SDK Documentation

Tao.Glfw Namespace

Namespace hierarchy

Classes

Class Description
Glfw GLFW (OpenGL Framework) binding for .NET, implementing GLFW 2.5.0.

Structures

Structure Description
Glfw.GLFWimage Image information.
Glfw.GLFWvidmode Video mode.

Delegates

Delegate Description
Glfw.GLFWcharfun Callback function that will be called every time a printable character is generated by the keyboard.
Glfw.GLFWkeyfun Callback function that will be called every time a key is pressed or released.
Glfw.GLFWmousebuttonfun Callback function that will be called every time a mouse button is pressed or released.
Glfw.GLFWmouseposfun Callback function that will be called every time the mouse is moved.
Glfw.GLFWmousewheelfun Callback function that will be called every time the mouse wheel is moved.
Glfw.GLFWthreadfun Callback function that acts as the entry point for the new thread.
Glfw.GLFWwindowclosefun Callback function that will be called every time the window closes.
Glfw.GLFWwindowrefreshfun Callback function that will be called every time the window refreshes.
Glfw.GLFWwindowsizefun Callback function that will be called every time the window size changes.