Signature
Parameters
Variables | Description |
---|---|
win |
Identifier of GLUT window to make the current window.
|
Description
glutSetWindow
sets the current window;
glutGetWindow
returns the identifier
of the current window. If no windows exist or the previously current window was destroyed,
glutGetWindow
returns zero.
glutSetWindow
does not change the layer in use
for the window; this is done using
glutUseLayer
.
See Also
glutCreateWindow glutSetMenuSample 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.
glutSetWindow