glutTabletButtonFunc

sets the special keyboard callback for the current window.

Signature

glutTabletButtonFunc( )-> void
glutTabletButtonFunc( function )
Specify handler for GLUT 'TabletButton' events
    def handler( (int) button, (int) state, (int) x, (int) y ):
        return None

Parameters

VariablesDescription
func
The new tablet button callback function.

See Also

glutTabletMotionFunc glutDeviceGet glutMotionFunc glutSpaceballMotionFunc