glutWindowStatusFunc (3) Linux Manual Page
glutWindowStatusFunc – Sets the window status callback. LibraryOpenGLUT – windowcallback SynopsisIn openglut.h Ft void Fn glutWindowStatusFunc void( *callback )( int state ) ParametersBf Em callback Ef Client window status hook. DescriptionWhen the visibility status of your window changes, OpenGLUT either invokes the Bf Sy callback Ef registered by this function or the Visibility Bf Sy…
