glutTabletMotionFunc
NAMESYNTAX
ARGUMENTS
DESCRIPTION
SEE ALSO
AUTHOR
NAME
glutTabletMotionFunc - sets the special keyboard callback for the current window.
SYNTAX
void glutTabletMotionFunc(void (*func)(int x, int y));
ARGUMENTS
func |
The new entry callback function. |
DESCRIPTION
glutTabletMotionFunc sets the tablet motion callback for the current window. The tablet motion 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 motion. The x and y callback parameters indicate the absolute position of the tablet ‘‘puck’’ on the tablet. The callback parameters are normalized to be within the range of 0 to 2000 inclusive.
Registering a tablet motion callback when a tablet device is not available is ineffectual and not an error. In this case, no tablet motion callbacks will be generated.
Passing NULL to glutTabletMotionFunc disables the generation of tablet motion callbacks. When a new window is created, no tablet motion callback is initially registered.
SEE ALSO
glutTabletButtonFunc, glutDeviceGet, glutMotionFunc, glutSpaceballMotionFunc
AUTHOR
Mark J. Kilgard (mjk@nvidia.com)
More Linux Commands
manpages/TAP::Parser::Multiplexer.3pm.html
TAP::Parser::Multiplexer(3pm) - Multiplex multiple TAP::Pars
TAP::Parser::Multiplexer gathers input from multiple TAP::Parsers. Internally it calls select on the input file handles for those parsers to wait for one or mor
manpages/gnutls_x509_crq_set_key_purpose_oid.3.html
gnutls_x509_crq_set_key_purpose_oid(3) - API function.......
gnutls_x509_crq_set_key_purpose_oid.3 - This function will set the key purpose OIDs of the Certificate. These are stored in the Extended Key Usage extension (2.
manpages/svc_run.3.html
svc_run(3) - library routines for remote procedure calls....
These routines allow C programs to make procedure calls on other machines across the network. First, the client calls a procedure to send a data packet to the s
manpages/wunctrl_sp.3ncurses.html
wunctrl_sp(3ncurses) - curses screen-pointer extension......
This implementation can be configured to provide a set of functions which improve the ability to manage multiple screens. This feature can be added to any of th
manpages/Tcl_UniCharIsDigit.3.html
Tcl_UniCharIsDigit(3) - routines for classification of Tcl_U
All of the routines described examine Tcl_UniChars and return a boolean value. A non-zero return value means that the character does belong to the character cla
manpages/gnutls_certificate_set_x509_key_mem.3.html
gnutls_certificate_set_x509_key_mem(3) - API function.......
gnutls_certificate_set_x509_key_mem.3 - This function sets a certificate/private key pair in the gnutls_certificate_credentials_t structure. This function may b
manpages/mrand48.3.html
mrand48(3) - generate uniformly distributed pseudo-random nu
These functions generate pseudo-random numbers using the linear congruential algorithm and 48-bit integer arithmetic. The drand48() and erand48() functions retu
manpages/pamsharpness.1.html
pamsharpness(1) - measure the sharpness of a PNM/PAM image
This program is part of Netpbm(1) pamsharpness reads a Netpbm image (PNM or PAM) and prints a message to Standard Output giving a number that tells how sharp it
manpages/XFillPolygon.3.html
XFillPolygon(3) - fill rectangles, polygons, or arcs........
The XFillRectangle and XFillRectangles functions fill the specified rectangle or rectangles as if a four-point FillPolygon protocol request were specified for e
manpages/perl5162delta.1.html
perl5162delta(1) what is new for perl v5.16.2 (Man Page)....
This document describes differences between the 5.16.1 release and the 5.16.2 release. If you are upgrading from an earlier release such as 5.16.0, first read p
manpages/dircolors.1.html
dircolors(1) - color setup for ls - Linux manual page.......
Output commands to set the LS_COLORS environment variable. Determine format of output: -b, --sh, --bourne-shell output Bourne shell code to set LS_COLORS -c, --
manpages/ExtUtils::MM_UWIN.3pm.html
ExtUtils::MM_UWIN(3pm) - U/WIN specific subclass of ExtUtils
This is a subclass of ExtUtils::MM_Unix which contains functionality for the AT&T U/WIN UNIX on Windows environment. Unless otherwise stated it works just like
