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