Query: glutlayerget
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutLayerGet -- Allows you to get some overlay state/option variables.LIBRARYOpenGLUT - overlaysSYNOPSIS#include <openglut.h> int glutLayerGet(GLenum eWhat);PARAMETERSeWhat Enumerated parameter ID.DESCRIPTIONReturns some useful information about layers. Or, it would be useful if layers were implemented... eWhat may be given any of the follow- ing values: - GLUT_HAS_OVERLAY - GLUT_LAYER_IN_USE - GLUT_NORMAL_DAMAGED 0 unless the window system has told us that the normal layer is damaged (glutPostRedisplay() does not affect this). - GLUT_OVERLAY_DAMAGED -1 if no layer in use. - GLUT_OVERLAY_POSSIBLE - GLUT_TRANSPARENT_INDEX -1 if no layer in use. All information relates to the current window and any overlay that it may have.SEE ALSOglutSetOption(3) glutGet(3) glutDeviceGet(3) glutGetModifiers(3) Epoch
| Related Man Pages | 
|---|
| glutestablishoverlay(3glut) - mojave | 
| glutlayerget(3glut) - mojave | 
| glutestablishoverlay(3glut) - redhat | 
| glutget(3) - centos | 
| glutdisplayfunc(3glut) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| Set hard block limit for user using quota | 
| Best performance UNIX just for HOST Virtualization? | 
| CentOS7 restoring file capabilities | 
| Docker learning Phase-I | 
| Controlling user input |