glutTimerFunc (3) - Linux Manuals
glutTimerFunc: Sets the Timer callback for the current window.
NAME
glutTimerFunc - Sets the Timer callback for the current window.LIBRARY
OpenGLUT - idletimerSYNOPSIS
In openglut.h Ft void Fn glutTimerFunc unsigned int msec void( *callback )( int data ) int dataPARAMETERS
Bf Em
Bf Em
Bf Em
DESCRIPTION
After Bf Em
This callback is
Bf Em
CAVEATS
Unlike most other callbacks, timers only occur once.Unlike most other callbacks, you cannot deregister a timer callback.
Unlike most other callbacks, you can register an arbitrary number of timers.