Tao.Glfw SDK Documentation

Glfw.GLFWmousewheelfun Delegate

[Visual Basic]
Public Delegate Sub Glfw.GLFWmousewheelfun( _
   ByVal position As Integer _
)
[C#]
public delegate void Glfw.GLFWmousewheelfun(
   int position
);

Requirements

Namespace: Tao.Glfw

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

See Also

Tao.Glfw Namespace