glutFullScreen

requests that the current window be made full screen.

Signature

glutFullScreen( )-> void
glutFullScreen( )
glutFullScreen(  ) -> None

See Also

glutReshapeWindow glutPositionWindow

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutFullScreen
OpenGLContext tests/glut_fullscreen.py Lines: 49
{LGPL} PyMT pymt/ui/window/win_glut.py Lines: 17, 51