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
This callback is
Bf Em
Unlike most other callbacks, you cannot deregister a timer callback.
Unlike most other callbacks, you can register an arbitrary number of timers.
DESCRIPTION
After
Bf Em
CAVEATS
Unlike most other callbacks, timers only occur once.