glutLayerGet

retrieves GLUT state pertaining to the layers of the current window.

Signature

glutLayerGet( GLenum( info ) )-> int
glutLayerGet( query ) -> <class 'ctypes.c_int'>
glutLayerGet( GLenum(query) ) -> c_int

Parameters

VariablesDescription
info
Name of device information to retrieve.

Description

glutLayerGet retrieves GLUT layer information for the current window represented by integers. The info parameter determines what type of layer information to return.

See Also

glutEstablishOverlay glutShowOverlay glutCreateWindow glutSetColor