glutSpecialUpFunc

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

Signature

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

Parameters

VariablesDescription
func
The new special callback function.

See Also

glutSpecialFunc glutKeyboardFunc glutKeyboardUpFunc 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.

glutSpecialUpFunc
OpenGLContext OpenGLContext/glutcontext.py Lines: 105, 107
Glinter Core.py Lines: 620
{LGPL} PyUI pyui/renderers/openglGlut.py Lines: 64
{LGPL} PyUI2 renderers/openglGlut.py Lines: 64
{LGPL} PyUI2 system/glutdevice.py Lines: 61