glutIgnoreKeyRepeat – Set autorepeat status.
Library
OpenGLUT – inputstate
Synopsis
In openglut.h Ft void Fn glutIgnoreKeyRepeat int ignore
Parameters
Bf Em
ignore Ef
Whether to ignore autorepeated keys.
Description
If Bf Sy
ignore Ef
is non-zero, then auto-repeat is disabled for keyboard callbacks for the Bf Li
current window Ef
.
See Also
glutSetKeyRepeat(3)