Tao.Glfw SDK Documentation

Glfw.GLFWwindowsizefun Delegate

[Visual Basic]
Public Delegate Sub Glfw.GLFWwindowsizefun( _
   ByVal width As Integer, _
   ByVal height As Integer _
)
[C#]
public delegate void Glfw.GLFWwindowsizefun(
   int width,
   int height
);

Requirements

Namespace: Tao.Glfw

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

See Also

Tao.Glfw Namespace