Tao.Glfw SDK Documentation

Glfw.GLFWmouseposfun Delegate

[Visual Basic]
Public Delegate Sub Glfw.GLFWmouseposfun( _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public delegate void Glfw.GLFWmouseposfun(
   int x,
   int y
);

Requirements

Namespace: Tao.Glfw

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

See Also

Tao.Glfw Namespace