1UNTITLED                             LOCAL                            UNTITLED
2

NAME

4     glutEnterGameMode — Enter game mode
5

LIBRARY

7     OpenGLUT - gamemode
8

SYNOPSIS

10     #include <openglut.h>
11
12     int
13     glutEnterGameMode(void);
14

DESCRIPTION

16     Any combination of the following may apply:
17
18      - Resolution change, possibly to the requested resolution, possibly to a
19     "nearest match".
20      - Refresh frequency change.
21      - A window with a drawable area equal to the requested screen resolution
22     will be opened.
23      - The mouse may be restricted to operate within your window.
24

CAVEATS

26     Varies in behavior; X users can disable the resolution change by an
27     OpenGLUT compile-time option.
28

TODO

30     Documentation
31
32     OpenGLUT may be unable to restore the original settings (this has been
33     observed on WIN32).
34

SEE ALSO

36     glutGameModeString(3) glutEnterGameMode(3) glutLeaveGameMode(3)
37     glutGameModeGet(3)
38
39
40
41
42                                     Epoch
Impressum