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