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