Query: gluttabletbuttonfunc
OS: osx
Section: 3glut
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
glutTabletButtonFunc(3GLUT) GLUT glutTabletButtonFunc(3GLUT)NAMEglutTabletButtonFunc - sets the special keyboard callback for the current window.SYNTAX#include <GLUT/glut.h> void glutTabletButtonFunc(void (*func)(int button, int state, int x, int y));ARGUMENTSfunc The new tablet button callback function.DESCRIPTIONglutTabletButtonFunc sets the tablet button callback for the current window. The tablet button callback for a window is called when the window has tablet input focus (normally, when the mouse is in the window) and the user generates tablet button presses. The button parame- ter will be the button number (starting at one). The number of available tablet buttons can be determined with glutDe- viceGet(GLUT_NUM_TABLET_BUTTONS). The state is either GLUT_UP or GLUT_DOWN indicating whether the callback was due to a release or press respectively. The x and y callback parameters indicate the window relative coordinates when the tablet button state changed. Registering a tablet button callback when a tablet device is not available is ineffectual and not an error. In this case, no tablet button callbacks will be generated. Passing NULL to glutTabletButtonFunc disables the generation of tablet button callbacks. When a new window is created, no tablet button callback is initially registered.SEE ALSOglutTabletMotionFunc, glutDeviceGet, glutMotionFunc, glutSpaceballMotionFuncAUTHORMark J. Kilgard (mjk@nvidia.com)GLUT3.7 glutTabletButtonFunc(3GLUT)
Related Man Pages |
---|
gluttabletmotionfunc(3glut) - mojave |
glutspaceballbuttonfunc(3glut) - redhat |
gluttabletbuttonfunc(3glut) - redhat |
gluttabletbuttonfunc(3glut) - osx |
gluttabletmotionfunc(3glut) - osx |
Similar Topics in the Unix Linux Community |
---|
File System |
HTC Thunderbolt |
calculate internal fragmentation in directory |
How do I change my IP via terminal? |
Tablet with Debian Linux ? |