glutSetKeyRepeat (3) Linux Manual Page
glutSetKeyRepeat – Sets autorepeat behavior for all OpenGLUT windows.
Library
OpenGLUT – inputstateSynopsis
In openglut.h Ft void Fn glutSetKeyRepeat int repeatModeParameters
Bf EmDescription
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.
