Content-type: text/html
Manpage of glutMainLoop
glutMainLoop
Section: GLUT
(3GLUT)
Updated: 3.7
Index
Return to Main Contents
NAME
glutMainLoop - enters the GLUT event processing loop.
SYNTAX
void glutMainLoop(void);
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
glutInit
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
Index
- NAME
-
- SYNTAX
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 13:00:48 GMT, March 25, 2001