table of contents
GLUTVIDEORESIZEGET(3) | Library Functions Manual (local) | GLUTVIDEORESIZEGET(3) |
NAME¶
glutVideoResizeGet
—
Undocumented, unimplemented.
LIBRARY¶
OpenGLUT - videomode
SYNOPSIS¶
#include
<openglut.h>
int
glutVideoResizeGet
(GLenum
eWhat);
PARAMETERS¶
eWhat
An enumerated tag.
DESCRIPTION¶
This function is undocumented. This function is unimplemeneted (presently).
From GLUT 3.7's implementation, the following is a list of symbols that GLUT 3.7 supported. These are not necessarily defined in OpenGLUT at this time, nor is support presently available for them:
-
GLUT_VIDEO_RESIZE_POSSIBLE
(feature presence)
-
GLUT_VIDEO_RESIZE_IN_USE
-
GLUT_VIDEO_RESIZE_X_DELTA
-
GLUT_VIDEO_RESIZE_Y_DELTA
-
GLUT_VIDEO_RESIZE_WIDTH_DELTA
-
GLUT_VIDEORESIZE_HEIGHT_DELTA
-
GLUT_VIDEO_REISZE_X
-
GLUT_VIDEO_RESIZE_Y
-
GLUT_VIDEO_RESIZE_WIDTH
-
GLUT_VIDEO_RESIZE_HEIGHT
A -1 should be returned for unimplemented features, and a warning printed.
SEE ALSO¶
glutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3) glutVideoResize(3) glutVideoPan(3)