Tao.FreeGlut SDK Documentation

Glut.GLUT_OVERLAY_DAMAGED Field

True if the overlay plane of the current window has damaged (by window system activity) since the last display callback was triggered. Calling glutPostRedisplay or glutPostOverlayRedisplay will not set this true. Negative one is returned if no overlay is in use.

[Visual Basic]
Public Const GLUT_OVERLAY_DAMAGED As Integer = 805
[C#]
public const int GLUT_OVERLAY_DAMAGED = 805;

See Also

Glut Class | Tao.FreeGlut Namespace