glutSetOption (3) - Linux Manuals
glutSetOption: Allows you to set some general state/option variables.
NAME
glutSetOption - Allows you to set some general state/option variables.LIBRARY
OpenGLUT - stateSYNOPSIS
In openglut.h Ft void Fn glutSetOption GLenum eWhat int valuePARAMETERS
Bf Em
Bf Em
Allowable
Bf Sy
DESCRIPTION
Stores the
Bf Sy
Controls what happens when a window is closed by the
user or system.
Bf Sy
An alternate way to set the display mode for a
new window.
An alternate way to set the height of new windows.
An alternate way to set the width of new windows.
An alternate way to set the initial horizontal position
of new windows.
An alternate way to set the initial vertical position
of new windows.
Set to either
Bf Sy
Attempt to set the
Bf Li
SEE ALSO
glutGet(3)
glutDeviceGet(3)
glutGetModifiers(3)
glutLayerGet(3)
glutDestroyWindow(3)
glutMainLoop(3)
glutInitDisplayMode(3)
glutInit(3)
glutInitWindowSize(3)
glutInitWindowPosition(3)
glutSetCursor(3)