glutHideOverlay - Man Page

Make an overlay invisible.

Library

OpenGLUT - overlays

Synopsis

#include <openglut.h>

void
glutHideOverlay(void);

Description

Causes a visible overlay to become invisible. Applies to the


current window

.

Caveats

Unimplemented.

See Also

glutEstablishOverlay(3) glutRemoveOverlay(3) glutUseLayer(3) glutPostOverlayRedisplay(3) glutPostWindowOverlayRedisplay(3) glutShowOverlay(3)

Referenced By

glutEstablishOverlay(3), glutPostOverlayRedisplay(3), glutPostWindowOverlayRedisplay(3), glutRemoveOverlay(3), glutShowOverlay(3), glutUseLayer(3).