Tao.FreeGlut SDK Documentation

Glut.glutMainLoop Method 

Enters the GLUT event processing loop.

[Visual Basic]
Public Shared Sub glutMainLoop()
[C#]
public static void glutMainLoop();

Remarks

glutMainLoop enters the GLUT event processing loop. This routine should be called at most once in a GLUT program. Once called, this routine will never return. It will call as necessary any callbacks (delegates) that have been registered.

See Also

Glut Class | Tao.FreeGlut Namespace | glutInit