OpenGL Super Bible! Page 73 AUX_DOWN The Down Arrow key AUX_A through AUX_Z The keys A through Z (uppercase) AUX_a through AUX_z The keys a through z (lowercase) AUX_0 through AUX_9 The number keys 0 through 9 auxMainLoop Purpose Specifies the function that should be used to update the OpenGL window. Include File Syntax void auxMainLoop(AUXMAINPROC func); Description This function is used to specify the function to be called whenever the OpenGL window needs to be refreshed. This function does not return until the OpenGL window is closed. Parameters func This function is prototyped as void CALLBACK MainFunc(void); This is the function to be used for updating the window by actually performing the drawing commands. Returns None. Example See any example from this chapter. See Also auxIdleFunc, auxReshapeFunc
Note: In case you are looking for affordable and reliable webhost to host and run your j2ee application check Vision web design programs services
This entry was posted
on Monday, May 7th, 2007 at 1:19 am and is filed under Coldfusion.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.