Tao.FreeGlut SDK Documentation

Glut.glutHideOverlay Method 

Hides the overlay of the current window.

[Visual Basic]
Public Shared Sub glutHideOverlay()
[C#]
public static void glutHideOverlay();

Remarks

glutHideOverlay hides the overlay of the current window. The effect of hiding an overlay takes place immediately. 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

Glut Class | Tao.FreeGlut Namespace | glutEstablishOverlay | glutShowOverlay | glutShowWindow