glutSetWindow.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
- ."
- ." Copyright (c) Mark J. Kilgard, 1996.
- ."
- .TH glutSetWindow 3GLUT "3.7" "GLUT" "GLUT"
- .SH NAME
- glutSetWindow - sets the current window; glutGetWindow - returns
- the identifier of the current window.
- .SH SYNTAX
- .nf
- .LP
- void glutSetWindow(int win);
- int glutGetWindow(void);
- .fi
- .SH ARGUMENTS
- .IP fIwinfP 1i
- Identifier of GLUT window to make the current window.
- .SH 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.
- .SH SEE ALSO
- glutCreateWindow, glutSetMenu
- .SH AUTHOR
- Mark J. Kilgard (mjk@nvidia.com)