Non-zero if entering game mode actually changed the display settings. If the game mode string is not possible or the display mode could not be changed for any other reason, zero is returned.
[Visual Basic] Public Const GLUT_GAME_MODE_DISPLAY_CHANGED As Integer = 6
[C#] public const int GLUT_GAME_MODE_DISPLAY_CHANGED = 6;