glutMenuStatusFunc (3) Linux Manual Page
glutMenuStatusFunc – Modern variant of glutMenuStateFunc()
Library
OpenGLUT – menucallback
Synopsis
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
Bugs
Your callback is not actually called presently.
