glutgetmodifiers(3) centos man page | unix.com

Man Page: glutgetmodifiers

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutGetModifiers -- Returns the status of Alt, Shift, and Ctrl keys.
LIBRARY
OpenGLUT - inputstate
SYNOPSIS
#include <openglut.h> int glutGetModifiers(void);
DESCRIPTION
According to which, if any, modifier keys are held, the return value is the logical OR combination of any of the following symbolic bit- masks: - GLUT_ACTIVE_SHIFT - GLUT_ACTIVE_CTRL - GLUT_ACTIVE_ALT E.g., if the shift key is held, and no other modifier keys are held, this function will return GLUT_ACTIVE_SHIFT.
BUGS
Complains if not invoked by a client callback. Does not differentiate between the left and right forms of the modifiers.
SEE ALSO
glutSetOption(3) glutGet(3) glutDeviceGet(3) glutLayerGet(3) Epoch
Related Man Pages
glutkeyboardfunc(3glut) - redhat
glutkeyboardupfunc(3glut) - redhat
glutpopwindow(3) - centos
glutsetoption(3) - centos
glutkeyboardupfunc(3glut) - suse
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Docker learning Phase-I
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!