Manpage of glutMainLoop

Google
Web www.fiveanddime.net

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: 21:26:26 GMT, May 16, 2005



www.fiveanddime.net








Google
Web www.fiveanddime.net