1UNTITLED LOCAL UNTITLED
2
NAME
4glutIgnoreKeyRepeat — Set autorepeat status.
5
LIBRARY
7OpenGLUT - inputstate
8
SYNOPSIS
10#include <openglut.h>
1112
void
13glutIgnoreKeyRepeat(int ignore);
14
PARAMETERS
16ignore Whether to ignore autorepeated keys.
17
DESCRIPTION
19If ignore is non-zero, then auto-repeat is disabled for keyboard call‐
20backs for the current window .
21
SEE ALSO
23glutSetKeyRepeat(3)
2425
26
27
28
Epoch