glutButtonBoxFunc (3) Linux Manual Page
glutButtonBoxFunc – Sets a button-box button callback.
Library
OpenGLUT – inputSynopsis
In openglut.h Ft void Fn glutButtonBoxFunc void( *callback )( int button int state )Parameters
Bf EmDescription
A dials-and-buttons box has buttons numbered from 1 to glutDeviceGet( Bf Sy The callback is bound to the Bf Li
Caveats
OpenGLUT does not implement button-box support.Also in contrast, mouse buttons are numbered from 0 in the GLUT API. This is a wrinkle.
