glutWindowStatusFunc (3) Linux Manual Page
glutWindowStatusFunc – Sets the window status callback.
Library
OpenGLUT – windowcallback
Synopsis
In openglut.h Ft void Fn glutWindowStatusFunc void( *callback )( int state )
Parameters
Bf Em
Description
When the visibility status of your window changes, OpenGLUT either invokes the Bf Sy
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
Caveats
Makes glutVisibilityFunc() obsolete.
