Tao.FreeGlut SDK Documentation

Glut.SpecialCallback Delegate

[Visual Basic]
Public Delegate Sub Glut.SpecialCallback( _
   ByVal key As Integer, _
   ByVal x As Integer, _
   ByVal y As Integer _
)
[C#]
public delegate void Glut.SpecialCallback(
   int key,
   int x,
   int y
);

Requirements

Namespace: Tao.FreeGlut

Assembly: Tao.FreeGlut (in Tao.FreeGlut.dll)

See Also

Tao.FreeGlut Namespace