centos man page for glutspecialupfunc

Query: glutspecialupfunc

OS: centos

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

UNTITLED
LOCAL UNTITLED
NAME
glutSpecialUpFunc -- Sets the special key release callback for the current window
LIBRARY
OpenGLUT - input
SYNOPSIS
#include <openglut.h> void glutSpecialUpFunc(void( *callback )( int key, int x, int y ));
PARAMETERS
callback Client hook for special key releases.
DESCRIPTION
This 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 .
CAVEATS
Windows created via glutCreateMenuWindow() always cascade keyboard and mouse events to their parent.
SEE ALSO
glutSpecialFunc(3) glutKeyboardUpFunc(3) Epoch
Related Man Pages
glutkeyboardfunc(3glut) - redhat
glutmousefunc(3) - centos
glutspecialfunc(3) - centos
glutkeyboardupfunc(3glut) - osx
glutspecialfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to increment version inside a file?
Shopt -s histappend
[TIP] Processing YAML files with yq
Please Welcome Dave Munro to the Moderator Team!