Tao.FreeGlut SDK Documentation

Glut.GLUT_NORMAL_DAMAGED Field

True if the normal plane of the current window has damaged (by window system activity) since the last display callback was triggered. Calling glutPostRedisplay will not set this true.

[Visual Basic]
Public Const GLUT_NORMAL_DAMAGED As Integer = 804
[C#]
public const int GLUT_NORMAL_DAMAGED = 804;

See Also

Glut Class | Tao.FreeGlut Namespace