glutignorekeyrepeat(3) - Linux man page
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 .
See Also
BSD Epoch BSD