Signature
glutKeyboardUpFunc(
function
)
Specify handler for GLUT 'KeyboardUp' events def handler( (int) key, (int) x, (int) y ): return None
Parameters
Variables | Description |
---|---|
func |
The new keyboard up callback function.
|
See Also
glutKeyboardFunc glutSpecialUpFunc glutSpecialFunc glutCreateWindow 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.
glutKeyboardUpFunc