table of contents
| GLUTIGNOREKEYREPEAT(3) | Library Functions Manual (local) | GLUTIGNOREKEYREPEAT(3) |
NAME¶
glutIgnoreKeyRepeat —
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
.