glutKeyboardUpFunc (3) Linux Manual Page
glutKeyboardUpFunc – Sets the keyboard key release callback for the current window.
Library
OpenGLUT – inputSynopsis
In openglut.h Ft void Fn glutKeyboardUpFunc void( *callback )( unsigned char key int x int y )Parameters
Bf EmDescription
This function provides a way to detect the release of a keyboard key. The keys are reported exactly as with glutKeyboardFunc(), save that the Bf Sy This callback is bound to the Bf Li
