glutkeyboardupfunc(3) centos man page | unix.com

Man Page: glutkeyboardupfunc

Operating Environment: centos

Section: 3

UNTITLED
LOCAL UNTITLED
NAME
glutKeyboardUpFunc -- Sets the keyboard key release callback for the current window.
LIBRARY
OpenGLUT - input
SYNOPSIS
#include <openglut.h> void glutKeyboardUpFunc(void( *callback )( unsigned char key, int x, int y ));
PARAMETERS
callback Client hook for ASCII key releases.
DESCRIPTION
This function provides a way to detect the release of a keyboard key. The keys are reported exactly as with glutKeyboardFunc(), 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
glutKeyboardFunc(3) glutSpecialUpFunc(3) Epoch
Related Man Pages
glutspecialupfunc(3glut) - mojave
glutkeyboardfunc(3glut) - suse
glutkeyboardfunc(3glut) - osx
glutkeyboardupfunc(3glut) - osx
glutspecialupfunc(3glut) - osx
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
DB2 convert digits to binary format
Unsure why access time on a directory change isn't changing