Query: glutidlefunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutIdleFunc -- Sets the global idle callback.LIBRARYOpenGLUT - idletimerSYNOPSIS#include <openglut.h> void glutIdleFunc(void( *callback )( void ));PARAMETERScallback Client function for idle event.DESCRIPTIONWhen 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 not bound to any window.CAVEATSThere is at most one idle callback for your entire application.SEE ALSOglutTimerFunc(3) glutMainLoop(3) glutMainLoopEvent(3) Epoch
Related Man Pages |
---|
glutidlefunc(3glut) - mojave |
glutinit(3) - centos |
glutsetwindow(3) - centos |
glutsetoption(3) - centos |
glutidlefunc(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
How to insert JPEG on each side of the cube using openGL in C |