glutSpecialFunc (3) - Linux Manuals
glutSpecialFunc: Sets the Special callback for the current window
NAME
glutSpecialFunc - Sets the Special callback for the current windowLIBRARY
OpenGLUT - inputSYNOPSIS
In openglut.h Ft void Fn glutSpecialFunc void( *callback )( int key int x int y )PARAMETERS
Bf Em
The special callback handles some additional keys that
are not covered under plain "keyboard" events.
The
Bf Sy
To receive other keys, see glutKeyboardFunc().
This callback is bound to the
Bf Li
Windows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.
DESCRIPTION
Registers a
Bf Sy
CAVEATS
Many keys are not included; nor is it possible to apply qualifiers such as the Shift or Ctrl key to these keys.