glutMainLoop (3) - Linux Manuals
glutMainLoop: The standard GLUT event loop entry point.
NAME
glutMainLoop - The standard GLUT event loop entry point.LIBRARY
OpenGLUT - mainloopSYNOPSIS
In openglut.h Ft void Fn glutMainLoop voidDESCRIPTION
This is the main driving force for an event-driven OpenGLUT program. It alternates between calling glutMainLoopEvent() to process pending events and then either sleeping or calling your idle function (see glutIdleFunc()).
This function
Bf Li
The cross-reference section for this function's
documentation should ideally contain every
callback, but the list would be tediously long and
prone to omissions.
CAVEATS
For OpenGLUT developers' internal documentation: Runs until the
Bf Sy
BUGS
Talking to other message systems (e.g., network layers) can be a bit bothersome under the GLUT event model.