Query: glutsetwindow
OS: redhat
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutSetWindow(3GLUT) GLUT glutSetWindow(3GLUT)NAMEglutSetWindow - sets the current window; glutGetWindow - returns the identifier of the current window.SYNTAXvoid glutSetWindow(int win); int glutGetWindow(void);ARGUMENTSwin Identifier of GLUT window to make the current window.DESCRIPTIONglutSetWindow 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 ALSOglutCreateWindow, glutSetMenuAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutSetWindow(3GLUT)
Related Man Pages |
---|
glutidlefunc(3glut) - mojave |
glutsetwindow(3) - centos |
glutcreatewindow(3glut) - suse |
glutidlefunc(3glut) - suse |
glutpostredisplay(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Error: GL/glut.h: No such file or directory |