Query: glutwindowstatusfunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutWindowStatusFunc -- Sets the window status callback.LIBRARYOpenGLUT - windowcallbackSYNOPSIS#include <openglut.h> void glutWindowStatusFunc(void( *callback )( int state ));PARAMETERScallback Client window status hook.DESCRIPTIONWhen the visibility status of your window changes, OpenGLUT either invokes the callback registered by this function or the Visibility callback---or neither, if you have not registered either callback. This differs from glutVisbilityFunc() in that the callback has three states, rather than two, that it may receive. These states are: - GLUT_VISIBLE (every pixel visible) - GLUT_FULLY_COVERED (every pixel obscured) - GLUT_HIDDEN (intermediate) The callback is bound to the current window .CAVEATSMakes glutVisibilityFunc() obsolete.SEE ALSOglutVisibilityFunc(3) Epoch
| Related Man Pages |
|---|
| glutcreatewindow(3) - centos |
| glutsetwindow(3) - centos |
| glutspecialfunc(3) - centos |
| glutidlefunc(3glut) - suse |
| glutvisibilityfunc(3glut) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |