Tao.Glfw SDK Documentation

Glfw.GLFWthreadfun Delegate

[Visual Basic]
Public Delegate Sub Glfw.GLFWthreadfun( _
   ByVal arg As IntPtr _
)
[C#]
public delegate void Glfw.GLFWthreadfun(
   IntPtr arg
);

Requirements

Namespace: Tao.Glfw

Assembly: Tao.Glfw (in Tao.Glfw.dll)

See Also

Tao.Glfw Namespace