glutIdleFunc (3) Linux Manual Page
glutIdleFunc – Sets the global idle callback.
Library
OpenGLUT – idletimer
Synopsis
In openglut.h Ft void Fn glutIdleFunc void( *callback )( void )
Parameters
Bf Em
Description
When OpenGLUT’s glutMainLoop() is doing nothing else, it checks to see if an “idle” callback set. If so, OpenGLUT invokes that callback.
This callback is Bf Em
Caveats
There is at most Bf Em
See Also
glutTimerFunc(3) glutMainLoop(3) glutMainLoopEvent(3)
