glutGameModeString.man
Upload User: xk288cn
Upload Date: 2007-05-28
Package Size: 4876k
Code Size: 1k
Category:

GIS program

Development Platform:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1998.
  3. ."
  4. .TH glutGameModeString 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutGameModeString - sets the game mode configuration via a string.
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. void glutGameModeString(const char *string);
  11. .fi
  12. .SH ARGUMENTS
  13. .IP fIstringfP 1i
  14. ASCII string for selecting a game mode configuration.
  15. .SH DESCRIPTION
  16. .I XXX fix me
  17. .SH SEE ALSO
  18. glutGameModeGet, glutEnterGameMode, glutLeaveGameMode, glutInitDisplayString
  19. .SH AUTHOR
  20. Mark J. Kilgard (mjk@nvidia.com)