Query: glutmainloop
OS: mojave
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutMainLoop(3GLUT) GLUT glutMainLoop(3GLUT)NAMEglutMainLoop - enters the GLUT event processing loop.SYNTAX#include <GLUT/glut.h> void glutMainLoop(void);DESCRIPTIONglutMainLoop 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 ALSOglutInitAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutMainLoop(3GLUT)