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

GIS编程

开发平台:

Visual C++

  1. ."
  2. ." Copyright (c) Mark J. Kilgard, 1998.
  3. ."
  4. .TH glutSetKeyRepeat 3GLUT "3.7" "GLUT" "GLUT"
  5. .SH NAME
  6. glutSetKeyRepeat - retrieves simple GLUT state represented by integers. 
  7. .SH SYNTAX
  8. .nf
  9. .LP
  10. int glutSetKeyRepeat(int repeatMode);
  11. .fi
  12. .SH ARGUMENTS
  13. .IP fIrepeatModefP 1i
  14. Mode for setting key repeat to.
  15. .TP 8
  16. .B GLUT_KEY_REPEAT_OFF 
  17. Disable key repeat for the window system on a global basis if possible.
  18. .TP 8
  19. .B GLUT_KEY_REPEAT_ON 
  20. Enable key repeat for the window system on a global basis if possible.
  21. .TP 8
  22. .B GLUT_KEY_REPEAT_DEFAULT 
  23. Reset the key repeat mode for the window system to its default state
  24. if possible.
  25. .SH DESCRIPTION
  26. .I XXX fix me
  27. .SH SEE ALSO
  28. glutIgnoreKeyRepeat, glutKeyboardFunc, glutSpecialFunc, glutKeyboardUpFunc, glutSpecialUpFunc, glutDeviceGet
  29. .SH AUTHOR
  30. Mark J. Kilgard (mjk@nvidia.com)