Signature
Parameters
Variables | Description |
---|---|
state |
Name of state to retrieve.
|
Description
glutGet
retrieves simple GLUT state represented by integers. The state parameter determines what
type of state to return. Where appropriate, window capability state is returned for the layer in use. GLUT state names
beginning with
GLUT_WINDOW_
return state for the current window. GLUT state names beginning with
GLUT_MENU_
return state for the current menu. Other GLUT state names return global state.
Requesting state for an invalid GLUT state name returns negative one.
See Also
glutDeviceGet glutLayerGet glutGetColor glutGetWindow glutGetMenu glutGetModifiers glutExtensionSupportedSample Code References
The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.
glutGet