Documentation
From my personal library, The Internet

man page:


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, glutKeyboardFunc, glutSpecialFunc, glutKeyboardUp-
       Func, glutSpecialUpFunc, glutDeviceGet


AUTHOR

       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                  3.7              glutSetKeyRepeat(3GLUT)

Man(1) output converted with man2html