glutSetKeyRepeat(3GLUT) GLUT glutSetKeyRepeat(3GLUT)

glutSetKeyRepeat - retrieves simple GLUT state represented by integers.

#include <GLUT/glut.h>
int glutSetKeyRepeat(int repeatMode);

Mode for setting key repeat to.
Disable key repeat for the window system on a global basis if possible.
Enable key repeat for the window system on a global basis if possible.
Reset the key repeat mode for the window system to its default state if possible.

XXX fix me

glutIgnoreKeyRepeat, glutKeyboardFunc, glutSpecialFunc, glutKeyboardUpFunc, glutSpecialUpFunc, glutDeviceGet

Mark J. Kilgard (mjk@nvidia.com)

3.7 GLUT