glutshowoverlay(3glut) osx man page | unix.com

Man Page: glutshowoverlay

Operating Environment: osx

Section: 3glut

glutShowOverlay(3GLUT)						       GLUT						    glutShowOverlay(3GLUT)

NAME
glutShowOverlay, glutHideOverlay - shows or hides the overlay of the current window
SYNTAX
#include <GLUT/glut.h> void glutShowOverlay(void); void glutHideOverlay(void);
DESCRIPTION
glutShowOverlay shows the overlay of the current window; glutHideOverlay hides the overlay. The effect of showing or hiding an overlay takes place immediately. Note that glutShowOverlay will not actually display the overlay unless the window is also shown (and even a shown window may be obscured by other windows, thereby obscuring the overlay). It is typically faster and less resource intensive to use these routines to control the display status of an overlay as opposed to removing and re-establishing the overlay.
SEE ALSO
glutEstablishOverlay, glutShowWindow
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT
3.7 glutShowOverlay(3GLUT)
Related Man Pages
glutestablishoverlay(3glut) - mojave
glutoverlaydisplayfunc(3glut) - redhat
glutestablishoverlay(3glut) - suse
glutlayerget(3glut) - suse
glutoverlaydisplayfunc(3glut) - suse
Similar Topics in the Unix Linux Community
At A Glance Coloured Real Time Bargraph Generator...
My first PERL incarnation... Audio Oscillograph
Syntax error in subtraction in Bash
Python: Refer a properties file from different location