glutMenuStateFunc (3) - Linux Manuals
glutMenuStateFunc: Deprecated variant of glutMenuStatusFunc()
NAME
glutMenuStateFunc - Deprecated variant of glutMenuStatusFunc()LIBRARY
OpenGLUT - deprecatedSYNOPSIS
In openglut.h Ft void Fn glutMenuStateFunc void( *callback )( int status )PARAMETERS
Bf Em
When moving from non-menu to menu status,
Bf Sy
This callback is bound to
Bf Em
DESCRIPTION
Broadly, OpenGLUT operates in two modes. At any
given time, it is either in menu mode (with a popup
menu display, possibly with subitems) or it is
not.
CAVEATS
Obsolete. Depcreated.
BUGS
Your callback is not actually called presently.