1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutInitWindowPosition — Requests future windows to open at a given posi‐
5     tion.
6

LIBRARY

8     OpenGLUT - window
9

SYNOPSIS

11     #include <openglut.h>
12
13     void
14     glutInitWindowPosition(int x, int y);
15

PARAMETERS

17      x     X coordinate.
18
19      y     Y coordinate.
20

DESCRIPTION

22     This function allows you to request an initial position for future win‐
23     dows.
24

SEE ALSO

26     glutPositionWindow(3) glutInit(3) glutInitWindowSize(3)
27     glutInitDisplayMode(3) glutInitDisplayString(3) glutGet(3)
28
29
30
31
32                                     Epoch
Impressum