Query: glutspecialupfunc
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
UNTITLEDLOCAL UNTITLEDNAMEglutSpecialUpFunc -- Sets the special key release callback for the current windowLIBRARYOpenGLUT - inputSYNOPSIS#include <openglut.h> void glutSpecialUpFunc(void( *callback )( int key, int x, int y ));PARAMETERScallback Client hook for special key releases.DESCRIPTIONThis function provides a way to detect the release of a keyboard key. The keys are reported exactly as with glutSpecialFunc(), save that the callback registered via this function is used to report the event. This callback is bound to the current window .CAVEATSWindows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.SEE ALSOglutSpecialFunc(3) glutKeyboardUpFunc(3) Epoch
Related Man Pages |
---|
glutkeyboardupfunc(3glut) - mojave |
glutmousefunc(3) - centos |
glutspecialfunc(3) - centos |
glutspecialfunc(3glut) - suse |
glutspecialupfunc(3glut) - osx |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
CentOS7 restoring file capabilities |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |