Signature
glutSpecialUpFunc(
function
)
Specify handler for GLUT 'SpecialUp' events def handler( (int) key, (int) x, (int) y ): return None
Parameters
Variables | Description |
---|---|
func |
The new special callback function.
|
See Also
glutSpecialFunc glutKeyboardFunc glutKeyboardUpFunc glutMouseFunc glutSpaceballButtonFunc glutButtonBoxFunc glutTabletButtonFunc glutGetModifiers glutIgnoreKeyRepeatSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glutSpecialUpFunc