1UNTITLED LOCAL UNTITLED
2
NAME
4glutInitWindowPosition — Requests future windows to open at a given posi‐
5tion.
6
LIBRARY
8OpenGLUT - window
9
SYNOPSIS
11#include <openglut.h>
1213
void
14glutInitWindowPosition(int x, int y);
15
PARAMETERS
17x X coordinate.
1819
y Y coordinate.
20
DESCRIPTION
22This function allows you to request an initial position for future win‐
23dows.
24
SEE ALSO
26glutPositionWindow(3) glutInit(3) glutInitWindowSize(3)
27glutInitDisplayMode(3) glutInitDisplayString(3) glutGet(3)
2829
30
31
32
Epoch