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