|
Graphics.UI.GLUT.Begin | Portability | portable | Stability | experimental | Maintainer | sven_panne@yahoo.com |
|
|
|
|
|
Description |
After a GLUT program has done initial setup such as creating windows and
menus, GLUT programs enter the GLUT event processing loop by calling
mainLoop.
|
|
Synopsis |
|
|
|
|
Functions |
|
mainLoop :: IO () |
Enter 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. |
|
Produced by Haddock version 0.6 |