glutMenuStatusFunc (3) - Linux Man Pages
glutMenuStatusFunc: Modern variant of glutMenuStateFunc()
NAME
glutMenuStatusFunc - Modern variant of glutMenuStateFunc()LIBRARY
OpenGLUT - menucallbackSYNOPSIS
In openglut.h Ft void Fn glutMenuStatusFunc void( *callback )( int status int x int y )PARAMETERS
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.
When moving from non-menu to menu status,
Bf Sy
This differs from glutMenuStateFunc() in that
Bf Sy
This callback is bound to
Bf Em