Content-type: text/html
Manpage of glutSetKeyRepeat
glutSetKeyRepeat
Section: GLUT
(3GLUT)
Updated: 3.7
Index
Return to Main Contents
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, glutKeyboardFunc, glutSpecialFunc, glutKeyboardUpFunc, glutSpecialUpFunc, glutDeviceGet
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
- AUTHOR
-
This document was created by
man2html,
using the manual pages.
Time: 13:00:48 GMT, March 25, 2001