Signature
Description
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.
See Also
glutInitSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glutMainLoop