glutSetKeyRepeat (3) - Linux Manuals
glutSetKeyRepeat: Sets autorepeat behavior for all OpenGLUT windows.
NAME
glutSetKeyRepeat - Sets autorepeat behavior for all OpenGLUT windows.LIBRARY
OpenGLUT - inputstateSYNOPSIS
In openglut.h Ft void Fn glutSetKeyRepeat int repeatModePARAMETERS
Bf Em
DESCRIPTION
glutSetKeyRepeat() is similar to glutIgnoreKeyRepeat()
but sets the behavior
for OpenGLUT in general, rather than for a particular
window. The options for
Bf Sy
Turn off repeat for all windows.
Turn on repeat for all windows.
Respect the window's setting.