glutVideoPan - Man Page

Undocumented, unimplemented.

Library

OpenGLUT - videomode

Synopsis

#include <openglut.h>

void
glutVideoPan(int x, int y, int w, int h);

Parameters


x

A horizontal position.


y

A vertical position.


w

A width.


h

A height.

Description

This function is undocumented. This function is unimplemeneted (presently).

Appears to be for moving the video display about (panning) in a much larger graphic area than will fit on the screen at current resolution.

See Also

glutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3) glutVideoResize(3) glutVideoPan(3)

Referenced By

glutSetupVideoResizing(3), glutStopVideoResizing(3), glutVideoResize(3), glutVideoResizeGet(3).