Query: glutdialsfunc
OS: centos
Section: 3
Links: centos man pages | All man pages
Forums: Unix Linux Community | Forum Categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutDialsFunc -- Sets a dials-box button callback.LIBRARYOpenGLUT - inputSYNOPSIS#include <openglut.h> void glutDialsFunc(void( *callback )( int dial, int value ));PARAMETERScallback Client dials-box dial hook.DESCRIPTIONA dials-and-buttons box has dials numbered from 1 to glutDeviceGet( GLUT_NUM_BUTTON_BOX_DIALS), inclusive. The parameters to callback are the dial and its value the latter being an absolute rotation in degrees. The callback is bound to the current window .CAVEATSOpenGLUT does not implement dials-box support.SEE ALSOglutButtonBoxFunc(3) Epoch