Tao.FreeGlut SDK Documentation

Glut.GLUT_VIDEO_RESIZE_POSSIBLE Field

Non-zero if video resizing is supported by the underlying system; zero if not supported. If this is zero, the other video resize GLUT calls do nothing when called.

[Visual Basic]
Public Const GLUT_VIDEO_RESIZE_POSSIBLE As Integer = 900
[C#]
public const int GLUT_VIDEO_RESIZE_POSSIBLE = 900;

See Also

Glut Class | Tao.FreeGlut Namespace