Tao.FreeGlut SDK Documentation

Glut.SpaceballRotateCallback Delegate

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

Requirements

Namespace: Tao.FreeGlut

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

See Also

Tao.FreeGlut Namespace