Signature
glutTabletButtonFunc(
function
)
Specify handler for GLUT 'TabletButton' events
def handler( (int) button, (int) state, (int) x, (int) y ):
return None
Parameters
| Variables | Description |
|---|---|
| func |
The new tablet button callback function.
|