Tao.FreeGlut SDK Documentation

Glut.glutSetWindow Method 

Sets the current window.

[Visual Basic]
Public Shared Sub glutSetWindow( _
   ByVal win As Integer _
)
[C#]
public static void glutSetWindow(
   int win
);

Parameters

win
Identifier of GLUT window to make the current window.

Remarks

glutSetWindow sets the current window. glutSetWindow does not change the layer in use for the window; this is done using glutUseLayer.

See Also

Glut Class | Tao.FreeGlut Namespace | glutCreateWindow | glutGetWindow | glutSetMenu