glutSpecialUpFunc (3) - Linux Manuals
glutSpecialUpFunc: Sets the special key release callback for the current window
NAME
glutSpecialUpFunc - Sets the special key release callback for the current windowLIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutSpecialUpFunc void( *callback )( int key int x int y )PARAMETERS
Bf Em
This callback is bound to the
Bf Li
DESCRIPTION
This function provides a way to detect the release of
a keyboard
Bf Sy
CAVEATS
Windows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.