Scroll to navigation

GLUTIGNOREKEYREPEAT(3) Library Functions Manual (local) GLUTIGNOREKEYREPEAT(3)

NAME

glutIgnoreKeyRepeatSet 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

glutSetKeyRepeat(3)