Tao.FreeGlut SDK Documentation

Glut.glutGetWindow Method 

Returns the identifier of the current window.

[Visual Basic]
Public Shared Function glutGetWindow() As Integer
[C#]
public static int glutGetWindow();

Return Value

glutGetWindow returns the identifier of the current window. If no windows exist or the previously current window was destroyed, glutGetWindow returns zero.

See Also

Glut Class | Tao.FreeGlut Namespace | glutCreateWindow | glutSetWindow