manpagez: man pages & more
man glutMainLoop(3)
Home | html | info | man
glutMainLoop(3GLUT)                  GLUT                  glutMainLoop(3GLUT)




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(3)


AUTHOR

       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                  3.7                  glutMainLoop(3GLUT)

Mac OS X 10.6 - Generated Thu Sep 17 20:20:41 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.