GLUTINITWINDOWPOSITION
Section: C Library Functions (3)
Updated: LOCAL
Page Index
BSD mandoc
NAME
glutInitWindowPosition
- Requests future windows to open at a given position.
LIBRARY
OpenGLUT - window
SYNOPSIS
In openglut.h
Ft void
Fn glutInitWindowPosition int x int y
PARAMETERS
Bf Em
x
Ef
X coordinate.
Bf Em
y
Ef
Y coordinate.
DESCRIPTION
This function allows you to request an initial position
for future windows.
SEE ALSO
glutPositionWindow(3)
glutInit(3)
glutInitWindowSize(3)
glutInitDisplayMode(3)
glutInitDisplayString(3)
glutGet(3)