glutsetkeyrepeat(3) centos man page | unix.com

Man Page: glutsetkeyrepeat

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutSetKeyRepeat -- Sets autorepeat behavior for all OpenGLUT windows.
LIBRARY
OpenGLUT - inputstate
SYNOPSIS
#include <openglut.h> void glutSetKeyRepeat(int repeatMode);
PARAMETERS
repeatMode On, Off or Default.
DESCRIPTION
glutSetKeyRepeat() 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 ALSO
glutIgnoreKeyRepeat(3) Epoch
Related Man Pages
glutignorekeyrepeat(3glut) - redhat
glutcreatesubwindow(3) - centos
glutcreatewindow(3) - centos
glutdeviceget(3) - centos
glutsetoption(3) - centos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Best performance UNIX just for HOST Virtualization?
How to increment version inside a file?
Docker learning Phase-I
[TIP] Processing YAML files with yq