Signature
glutJoystickFunc(
int(
pollInterval
)
)-> void
glutJoystickFunc(
function
)
Specify handler for GLUT 'Joystick' events def handler( (int) buttonMask, (int) x, (int) y, (int) z ): return None
Parameters
Variables | Description |
---|---|
func |
The new joystick callback function.
|
pollInterval |
Joystick polling interval in milliseconds.
|