glutDialsFunc

sets the dial & button box dials callback for the current window.

Signature

glutDialsFunc( )-> void
glutDialsFunc( function )
Specify handler for GLUT 'Dials' events
    def handler( (int) dial, (int) value ):
        return None

Parameters

VariablesDescription
func
The new dials callback function.

See Also

glutButtonBoxFunc glutDeviceGet