GLUTIGNOREKEYREPEAT

Section: C Library Functions (3)
Updated: LOCAL
Index Return to Main Contents

BSD mandoc
 

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)