Signature
glutTabletMotionFunc(
function
)
Specify handler for GLUT 'TabletMotion' events
def handler( (int) x, (int) y ):
return None
Parameters
| Variables | Description |
|---|---|
| func |
The new entry callback function.
|