table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 3.2.2-2.1
 - Leap-16.0
 - Leap-15.6
 
| GLUTINITWINDOWPOSITION(3) | Library Functions Manual (local) | GLUTINITWINDOWPOSITION(3) | 
NAME¶
glutInitWindowPosition —
    Requests future windows to open at a given
  position.
LIBRARY¶
OpenGLUT - window
SYNOPSIS¶
#include
    <openglut.h>
void
  
  glutInitWindowPosition(int
    x, int y);
PARAMETERS¶
x
X coordinate.
y
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)