Tao.FreeGlut SDK Documentation |
|
Glut.SpaceballMotionCallback Delegate
[Visual Basic]
Public Delegate Sub Glut.SpaceballMotionCallback( _
ByVal
x As
Integer, _
ByVal
y As
Integer, _
ByVal
z As
Integer _
)
[C#]
public delegate void Glut.SpaceballMotionCallback(
int x,
int y,
int z);
Requirements
Namespace:
Tao.FreeGlut
Assembly: Tao.FreeGlut (in Tao.FreeGlut.dll)
See Also
Tao.FreeGlut Namespace