Query: glutgamemodestring
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutGameModeString -- Set the game mode display stringLIBRARYOpenGLUT - gamemodeSYNOPSIS#include <openglut.h> void glutGameModeString(const char *string);PARAMETERSstring A configuration parameter as a string.DESCRIPTIONSets the gamemode status according to an undocumented string. Glancing at old GLUT 3.7, the freeglut codebase that we inherited does not implement more than a single GLUT gamemode ``criteria''. It may not even do that much correctly. In principle, this code lets you set the video dimensions, rendering depth, and video refresh rate. In practice, the combination that you request may be unsupportable and the target host may even refuse to honor any such changes. If you use this function but do not set all options, the following defaults may be substituted for some values: - width 640 - height 480 - depth 16 - refresh 72TODODocumentationSEE ALSOglutGameModeString(3) glutEnterGameMode(3) glutLeaveGameMode(3) glutGameModeGet(3) Epoch
Related Man Pages |
---|
glutentergamemode(3glut) - mojave |
glutentergamemode(3glut) - redhat |
glutleavegamemode(3glut) - redhat |
glutgamemodeget(3) - centos |
glutstrokewidth(3) - centos |
Similar Topics in the Unix Linux Community |
---|
DB2 convert digits to binary format |
Tar Command |
CentOS7 restoring file capabilities |
Controlling user input |
[TIP] Processing YAML files with yq |