Signature
glutButtonBoxFunc(
function
)
Specify handler for GLUT 'ButtonBox' events def handler( (int) button, (int) state ): return None
Parameters
Variables | Description |
---|---|
func |
The new button box callback function.
|