Query: glutsetkeyrepeat
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSetKeyRepeat -- Sets autorepeat behavior for all OpenGLUT windows.LIBRARYOpenGLUT - inputstateSYNOPSIS#include <openglut.h> void glutSetKeyRepeat(int repeatMode);PARAMETERSrepeatMode On, Off or Default.DESCRIPTIONglutSetKeyRepeat() is similar to glutIgnoreKeyRepeat() but sets the behavior for OpenGLUT in general, rather than for a particular window. The options for repeatMode are: - GLUT_KEY_REPEAT_OFF Turn off repeat for all windows. - GLUT_KEY_REPEAT_ON Turn on repeat for all windows. - GLUT_KEY_REPEAT_DEFAULT Respect the window's setting.SEE ALSOglutIgnoreKeyRepeat(3) Epoch
| Related Man Pages |
|---|
| glutignorekeyrepeat(3glut) - redhat |
| glutpopwindow(3) - centos |
| glutsetcursor(3) - centos |
| glutsetoption(3) - centos |
| glutignorekeyrepeat(3glut) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| How to increment version inside a file? |
| Tar Command |
| Shopt -s histappend |