|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5). |
glutGameModeString(3GLUT) GLUT glutGameModeString(3GLUT)
NAME
glutGameModeString - sets the game mode configuration via a string.
SYNTAX
void glutGameModeString(const char *string);
ARGUMENTS
string ASCII string for selecting a game mode configuration.
DESCRIPTION
XXX fix me
SEE ALSO
glutGameModeGet(3G), glutEnterGameMode(3G), glutLeaveGameMode(3G), glutInitDisplayString(3G)
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT 3.7 glutGameModeString(3GLUT)
|
|