glutIgnoreKeyRepeat (3) - Linux Manuals

glutIgnoreKeyRepeat: Set autorepeat status.

NAME

glutIgnoreKeyRepeat - Set autorepeat status.

LIBRARY

OpenGLUT - inputstate

SYNOPSIS

In openglut.h Ft void Fn glutIgnoreKeyRepeat int ignore

PARAMETERS

Bf Em
 ignore Ef
    Whether to ignore autorepeated keys.

DESCRIPTION

If Bf Sy
 ignore Ef
 is non-zero, then auto-repeat is disabled for keyboard callbacks for the Bf Li
 current window Ef
 .

SEE ALSO

glutSetKeyRepeat(3)