glutGameModeGet (3) Linux Manual Page
glutGameModeGet – Return the value of a game mode parameter
Library
OpenGLUT – gamemode
Synopsis
In openglut.h Ft int Fn glutGameModeGet GLenum pname
Parameters
Bf Em
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
If Bf Sy
Todo
Documentation
OpenGLUT intrepretation of GLUT_GAME_MODE_DISPLAY_CHANGED
See Also
glutGameModeString(3) glutEnterGameMode(3) glutLeaveGameMode(3) glutGameModeGet(3)
