| 
 ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
 
  | 
| 
 This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. For more information about the manual page format, see the manual page for manpages(5).  | 
glutSetKeyRepeat(3GLUT)                             GLUT                             glutSetKeyRepeat(3GLUT)
NAME
       glutSetKeyRepeat - retrieves simple GLUT state represented by integers.
SYNTAX
       int glutSetKeyRepeat(int repeatMode);
ARGUMENTS
       repeatMode
                 Mode for setting key repeat to.
       GLUT_KEY_REPEAT_OFF
               Disable key repeat for the window system on a global basis if possible.
       GLUT_KEY_REPEAT_ON
               Enable key repeat for the window system on a global basis if possible.
       GLUT_KEY_REPEAT_DEFAULT
               Reset the key repeat mode for the window system to its default state if possible.
DESCRIPTION
       XXX fix me
SEE ALSO
       glutIgnoreKeyRepeat(3G),  glutKeyboardFunc(3G), glutSpecialFunc(3G), glutKeyboardUpFunc(3G), glutSpecialUpFunc(3G), glut-DeviceGet(3G) glutDeviceGet(3G)
       DeviceGet(3G)
AUTHOR
       Mark J. Kilgard (mjk@nvidia.com)
GLUT                                                 3.7                             glutSetKeyRepeat(3GLUT)
 | 
  |