glutMainLoop(3GLUT) GLUT glutMainLoop(3GLUT)

glutMainLoop - enters the GLUT event processing loop.

#include <GLUT/glut.h>
void glutMainLoop(void);

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 that have been registered.

glutInit

Mark J. Kilgard (mjk@nvidia.com)

3.7 GLUT