1UNTITLED LOCAL UNTITLED
2
4 glutVideoPan — Undocumented, unimplemented.
5
7 OpenGLUT - videomode
8
10 #include <openglut.h>
11
12 void
13 glutVideoPan(int x, int y, int w, int h);
14
16 x A horizontal position.
17
18 y A vertical position.
19
20 w A width.
21
22 h A height.
23
25 This function is undocumented. This function is unimplemeneted
26 (presently).
27
28 Appears to be for moving the video display about (panning) in a much
29 larger graphic area than will fit on the screen at current resolution.
30
32 glutVideoResizeGet(3) glutSetupVideoResizing(3) glutStopVideoResizing(3)
33 glutVideoResize(3) glutVideoPan(3)
34
35
36
37
38 Epoch