glutIgnoreKeyRepeat - Man Page
Set autorepeat status.
Library
OpenGLUT - inputstate
Synopsis
#include <openglut.h
>
void
glutIgnoreKeyRepeat
(int ignore);
Parameters
ignore
Whether to ignore autorepeated keys.
Description
If
ignore
is non-zero, then auto-repeat is disabled for keyboard callbacks for the
current window
.