Signature
glutSpaceballRotateFunc(
function
)
Specify handler for GLUT 'SpaceballRotate' events def handler( (int) x, (int) y, (int) z ): return None
Parameters
Variables | Description |
---|---|
func |
The new spaceball rotate callback function.
|