manpagez: man pages & more
man glutSetKeyRepeat(3)
Home | html | info | man
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(3), glutKeyboardFunc(3), glutSpecialFunc(3),
       glutKeyboardUpFunc(3), glutSpecialUpFunc(3), glutDeviceGet(3)


AUTHOR

       Mark J. Kilgard (mjk@nvidia.com)



GLUT                                  3.7              glutSetKeyRepeat(3GLUT)

Mac OS X 10.6 - Generated Thu Sep 17 20:20:43 CDT 2009
© manpagez.com 2000-2025
Individual documents may contain additional copyright information.