glutGameModeString

sets the game mode configuration via a string.

Signature

glutGameModeString( const char( string ) )-> void
glutGameModeString( string )
glutGameModeString( STRING(string) ) -> None

Parameters

VariablesDescription
string
ASCII string for selecting a game mode configuration.

See Also

glutGameModeGet glutEnterGameMode glutLeaveGameMode glutInitDisplayString

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutGameModeString
{LGPL} PyUI pyui/renderers/openglGlut.py Lines: 49
{LGPL} PyUI2 renderers/openglGlut.py Lines: 49
{LGPL} PyUI2 system/glutdevice.py Lines: 45