Manpages

Manpage of glutShowOverlay

glutShowOverlay

Section: GLUT (3GLUT)
Updated: 3.7
Index
Return to Main Contents
 

NAME

glutShowOverlay, glutHideOverlay - shows or hides the overlay of the current window  

SYNTAX


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)


 

Index

NAME
SYNTAX
DESCRIPTION
SEE ALSO
AUTHOR

This document was created by man2html, using the manual pages.
Time: 04:58:10 GMT, April 19, 2024