glutGameModeGet (3) - Linux Manuals
glutGameModeGet: Return the value of a game mode parameter
NAME
glutGameModeGet - Return the value of a game mode parameterLIBRARY
OpenGLUT - gamemodeSYNOPSIS
In openglut.h Ft int Fn glutGameModeGet GLenum pnamePARAMETERS
Bf Em
If
Bf Sy
OpenGLUT intrepretation of GLUT_GAME_MODE_DISPLAY_CHANGED
DESCRIPTION
Bf Sy
Return non-zero if we are presently in gamemode.
Return whether the requested gamemode settings are viable.
(May also actually change the mode?) Does not necessarily
tell you whether entering gamemode will have any effect.
Return the game mode width. (in pixels)
Return the game mode height. (in pixels)
Return the game mode pixel depth. (in bits)
Return the game mode vertical refresh frequency. (in Hz)
Return non-zero if we are presently in gamemode.
(Same as
Bf Sy
TODO
Documentation