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