glutWindowStatusFunc (3) - Linux Manuals
glutWindowStatusFunc: Sets the window status callback.
NAME
glutWindowStatusFunc - Sets the window status callback.LIBRARY
OpenGLUT - windowcallbackSYNOPSIS
In openglut.h Ft void Fn glutWindowStatusFunc void( *callback )( int state )PARAMETERS
Bf Em
This differs from glutVisbilityFunc() in that the callback
has three states, rather than two, that it may receive.
These states are:
The callback is bound to the
Bf Li
DESCRIPTION
When the visibility status of your window changes,
OpenGLUT either invokes the
Bf Sy
CAVEATS
Makes glutVisibilityFunc() obsolete.