glutVideoResizeGet - Man Page
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)
Referenced By
glutSetupVideoResizing(3), glutStopVideoResizing(3), glutVideoPan(3), glutVideoResize(3).