glutTabletMotionFunc

sets the special keyboard callback for the current window.

Signature

glutTabletMotionFunc( )-> void
glutTabletMotionFunc( function )
Specify handler for GLUT 'TabletMotion' events
    def handler( (int) x, (int) y ):
        return None

Parameters

VariablesDescription
func
The new entry callback function.

See Also

glutTabletButtonFunc glutDeviceGet glutMotionFunc glutSpaceballMotionFunc