glutGameModeString.man
上传用户:xk288cn
上传日期:2007-05-28
资源大小:4876k
文件大小:1k
源码类别:

GIS编程

开发平台:

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)