Signature
glutTimerFunc(
function
)
Specify handler for GLUT 'Timer' events def handler( (int) value ): return None
Parameters
Variables | Description |
---|---|
msecs |
Number of milliseconds to pass before calling the callback.
|
func |
The timer callback function.
|
value |
Integer value to pass to the timer callback.
|
See Also
glutIdleFuncSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glutTimerFunc