Query: glutgamemodeget
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutGameModeGet -- Return the value of a game mode parameterLIBRARYOpenGLUT - gamemodeSYNOPSIS#include <openglut.h> int glutGameModeGet(GLenum pname);PARAMETERSpname The parameter value to be returnedDESCRIPTIONpname is one of: - GLUT_GAME_MODE_ACTIVE Return non-zero if we are presently in gamemode. - GLUT_GAME_MODE_POSSIBLE 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. - GLUT_GAME_MODE_WIDTH Return the game mode width. (in pixels) - GLUT_GAME_MODE_HEIGHT Return the game mode height. (in pixels) - GLUT_GAME_MODE_PIXEL_DEPTH Return the game mode pixel depth. (in bits) - GLUT_GAME_MODE_REFRESH_RATE Return the game mode vertical refresh frequency. (in Hz) - GLUT_GAME_MODE_DISPLAY_CHANGED Return non-zero if we are presently in gamemode. (Same as GLUT_GAME_MODE_ACTIVE.) If pname is unknown, a warning is printed and a value of -1 is returned.TODODocumentation OpenGLUT intrepretation of GLUT_GAME_MODE_DISPLAY_CHANGEDSEE ALSOglutGameModeString(3) glutEnterGameMode(3) glutLeaveGameMode(3) glutGameModeGet(3) Epoch
Related Man Pages |
---|
glutentergamemode(3glut) - mojave |
glutentergamemode(3glut) - redhat |
holotz-castle(6) - debian |
glutsetwindow(3) - centos |
glutgamemodeget(3glut) - suse |
Similar Topics in the Unix Linux Community |
---|
Bone County Role Play: Release! |