Query: glutfullscreen
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutFullScreen -- Resize the current window to cover the entire screenLIBRARYOpenGLUT - windowSYNOPSIS#include <openglut.h> void glutFullScreen(void);DESCRIPTIONThe glutFullScreen() function resizes the window to cover the entire screen and hide window decorations such as title bars and icons.CAVEATSThe desktop resolution is not affected by a call to glutReshapeWindow() or glutFullScreen(). The size of windows is ultimately determined by the windowing system. Therefore, a fullscreen request by an OpenGLUT application may not necessarily succeed or take immediate effect. Not applicable to offscreen or subwindows.SEE ALSOglutInit(3) glutInitWindowPosition(3) glutInitWindowSize(3) glutGet(3) glutPositionWindow(3) glutReshapeWindow(3) Epoch
Related Man Pages |
---|
glutreshapewindow(3glut) - mojave |
glutreshapewindow(3glut) - redhat |
glutpopwindow(3) - centos |
glutfullscreen(3glut) - suse |
glutreshapewindow(3glut) - osx |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Weird 'find' results |
How to increment version inside a file? |
Tar Command |
Controlling user input |