glutKeyboardUpFunc

sets the keyboard up (key release) callback for the current window.

Signature

glutKeyboardUpFunc( )-> void
glutKeyboardUpFunc( function )
Specify handler for GLUT 'KeyboardUp' events
    def handler( (int) key, (int) x, (int) y ):
        return None

Parameters

VariablesDescription
func
The new keyboard up callback function.

See Also

glutKeyboardFunc glutSpecialUpFunc glutSpecialFunc glutCreateWindow glutMouseFunc glutSpaceballButtonFunc glutButtonBoxFunc glutTabletButtonFunc glutGetModifiers glutIgnoreKeyRepeat

Sample 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
OpenGLContext OpenGLContext/glutcontext.py Lines: 95, 97
Glinter Core.py Lines: 616
{LGPL} PyUI pyui/renderers/openglGlut.py Lines: 62
{LGPL} PyUI2 renderers/openglGlut.py Lines: 62
{LGPL} PyUI2 system/glutdevice.py Lines: 59