glutIgnoreKeyRepeat

determines if auto repeat keystrokes are reported to the current window

Signature

glutIgnoreKeyRepeat( int( ignore ) )-> void
glutIgnoreKeyRepeat( ignore )
glutIgnoreKeyRepeat( c_int(ignore) ) -> None

Parameters

VariablesDescription
ignore
Non-zero indicates auto repeat keystrokes should not be reported by the keyboard and special callbacks; zero indicates that auto repeat keystrokes will be reported.

See Also

glutSetKeyRepeat glutDeviceGet glutKeyboardFunc glutKeyboardUpFunc glutSpecialFunc glutSpecialUpFunc

Sample Code References

The following code samples have been found which appear to reference the functions described here. Take care that the code may be old, broken or not even use PyOpenGL.

glutIgnoreKeyRepeat
Glinter Core.py Lines: 860