Tao.FreeGlut SDK Documentation

Glut.GLUT_OVERLAY_POSSIBLE Field

Whether an overlay could be established for the current window given the current initial display mode. If false, glutEstablishOverlay will fail with a fatal error if called.

[Visual Basic]
Public Const GLUT_OVERLAY_POSSIBLE As Integer = 800
[C#]
public const int GLUT_OVERLAY_POSSIBLE = 800;

See Also

Glut Class | Tao.FreeGlut Namespace