HOpenGL Libraries (GLUT package)ContentsIndex
Graphics.UI.GLUT.Begin
Portability portable
Stability provisional
Maintainer sven_panne@yahoo.com
Contents
Functions
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
mainLoop :: IO ()
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