Query: glutentergamemode
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutEnterGameMode -- Enter game modeLIBRARYOpenGLUT - gamemodeSYNOPSIS#include <openglut.h> int glutEnterGameMode(void);DESCRIPTIONAny combination of the following may apply: - Resolution change, possibly to the requested resolution, possibly to a "nearest match". - Refresh frequency change. - A window with a drawable area equal to the requested screen resolution will be opened. - The mouse may be restricted to operate within your window.CAVEATSVaries in behavior; X users can disable the resolution change by an OpenGLUT compile-time option.TODODocumentation OpenGLUT may be unable to restore the original settings (this has been observed on WIN32).SEE ALSOglutGameModeString(3) glutEnterGameMode(3) glutLeaveGameMode(3) glutGameModeGet(3) Epoch