*** 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: XSetDeviceMode | Section: 3 | Source: Digital UNIX | File: XSetDeviceMode.3X11.gz
XSetDeviceMode(3X11) XSetDeviceMode(3X11) NAME XSetDeviceMode - change the mode of a device SYNOPSIS XSetDeviceMode(display, device, mode) Display *display; XDevice *device; int _mode; ARGUMENTS Specifies the connection to the X server. Specifies the device whose mode is to be changed. Specifies the mode. You can pass Absolute, or Relative. DESCRIPTION The XSetDeviceMode request changes the mode of an input device that is capable of reporting either absolute positional information or relative motion information. Not all input devices are capable of reporting mo- tion data, and not all are capable of changing modes from Absolute to Relative. XSetDeviceMode can generate a BadDevice or BadMode 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 also occur if some other client has caused the specified device to become the X keyboard or X pointer device via the XChangeKeyboardDevice or XChangePointerDevice requests. This error may occur if an XSetDe- viceMode request is made specifying a device that has no valuators and reports no axes of motion. An invalid mode was specified. This error will also be returned if the specified device is not capable of sup- porting the XSetDeviceMode request. SEE ALSO Programming with Xlib XSetDeviceMode(3X11)

Navigation Options