glutVisibilityFunc (3) - Linux Manuals
glutVisibilityFunc: Sets the Visibility callback for the current window.
NAME
glutVisibilityFunc - Sets the Visibility callback for the current window.LIBRARY
OpenGLUT - deprecatedSYNOPSIS
In openglut.h Ft void Fn glutVisibilityFunc void( *callback )( int status )PARAMETERS
Bf Em
The callback is bound to the
Bf Li
This function appears to be superceded by glutWindowStatusFunc().
This callback is mutually exclusive of glutWindowStatusFunc().
DESCRIPTION
OpenGLUT may call this function when your window's
visbility status has changed.
Bf Sy
CAVEATS
This is not a polling mechanism. You are only informed of transitions that OpenGLUT observes while your callback is in place.