glutSpaceballMotionFunc

sets the Spaceball motion callback for the current window.

Signature

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

Parameters

VariablesDescription
func
The new entry callback function.

See Also

glutSpaceballRotateFunc glutSpaceballButtonFunc glutMotionFunc glutTabletMotionFunc glutJoystickFunc glutDeviceGet