Tao.FreeGlut SDK Documentation

Glut.EntryCallback Delegate

[Visual Basic]
Public Delegate Sub Glut.EntryCallback( _
   ByVal state As Integer _
)
[C#]
public delegate void Glut.EntryCallback(
   int state
);

Requirements

Namespace: Tao.FreeGlut

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

See Also

Tao.FreeGlut Namespace