table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 3.2.2-2.1
 - Leap-16.0
 - Leap-15.6
 
| GLUTIGNOREKEYREPEAT(3) | Library Functions Manual (local) | GLUTIGNOREKEYREPEAT(3) | 
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
.