glutCloseFunc (3) Linux Manual Page
glutCloseFunc – Window destruction callback.
Library
OpenGLUT – windowcallbackSynopsis
In openglut.h Ft void Fn glutCloseFunc void( *callback )( void )Parameters
Bf EmDescription
When a window is destroyed by user-action in traditional GLUT, the application terminates. In freeglut and OpenGLUT, the application can choose to persist and treat the window close event as a normal event. This callback is how that event is transmitted to the application. This callback is bound to the Bf Li
