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.
GLUTKEYREPEATOF
Disable key repeat for the window system on a global basis if
possible.
GLUTKEYREPEATON
Enable key repeat for the window system on a global basis if
possible.
GLUTKEYREPEATDEFAULT
Reset the key repeat mode for the window system to its default
state if possible.
DESCRIPTION
X fix me
SEE ALSO
glutIgnoreKeyRepeat, glutKeyboardFunc, glutSpecialFunc, glutKeyboardUp-
Func, glutSpecialUpFunc, glutDeviceGet
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
GLUT 3.7 glutSetKeyRepeat(3GLUT)
|