*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XSetDeviceValuators | Section: 3 | Source: Digital UNIX | File: XSetDeviceValuators.3X11.gz
XSetDeviceValuators(3X11) XSetDeviceValuators(3X11) NAME XSetDeviceValuators - initialize the valuators on an extension input device SYNOPSIS XSetDeviceValuators(display, device, valuators, first_valuator, num_valuators) Display *display; XDevice *device; int *valuators; int first_valuator; int num_valuators; ARGUMENTS Specifies the connection to the X server. Specifies the device whose valuators are to be initialized. Specifies a pointer to an array of integer values to be used to initialize the device valuators. Speci- fies the first valuator to be set. Valuators are numbered beginning with zero. Specifies the number of valuators to be set. DESCRIPTION The XSetDeviceValuators request sets the current values of the valua- tors of an input device. The valuators in the range first_valuator to (first_valuator + num_valuators) are set to the specified values. Val- uators are numbered beginning with 0. Not all input devices support initialization of valuator values. If this request is made to a device that does not support valuators initialization, a BadMatch error will occur. If the request succeeds, a status of Success is returned. If another client has the device grabbed, a status of AlreadyGrabbed is returned. XSetDeviceValuators can generate a BadLength, BadDevice, BadMatch, or BadValue error. DIAGNOSTICS An invalid device was specified. The specified device does not exist or has not been opened by this client via XOpenInputDevice. This error may occur if an XSetDeviceValuators request is made specifying a device that has no valuators and reports no axes of motion, or if such a re- quest is made specifying a device that does not support valuator ini- tialization. An invalid first_valuator or num_valuators values was specified. SEE ALSO Programming with Xlib XSetDeviceValuators(3X11)

Navigation Options