|
NAMEglutMainLoop - enters the GLUT event processing loop.SYNTAXvoid 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)
Visit the GSP FreeBSD Man Page Interface. |