Query: glutvideoresizeget
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutVideoResizeGet -- Undocumented, unimplemented.LIBRARYOpenGLUT - videomodeSYNOPSIS#include <openglut.h> int glutVideoResizeGet(GLenum eWhat);PARAMETERSeWhat An enumerated tag.DESCRIPTIONThis 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 ALSOglutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3) glutVideoResize(3) glutVideoPan(3) Epoch