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