diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/XGetDeviceControl.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/man/XGetDeviceControl.txt b/man/XGetDeviceControl.txt index 09bf065..1c5e86d 100644 --- a/man/XGetDeviceControl.txt +++ b/man/XGetDeviceControl.txt @@ -46,7 +46,7 @@ DESCRIPTION Valid device control types that can be used with these requests include the following: - DEVICE_RESOLUTION Queries or changes the resolution of + DEVICE_RESOLUTION: Queries or changes the resolution of valuators on input devices. The XGetDeviceControl request returns a pointer to an @@ -60,9 +60,13 @@ DESCRIPTION with the request. XChangeDeviceControl can generate a BadDevice, BadMatch, or - BadValue error..SH STRUCTURES Each control is described by a - structure specific to that control. These structures are - defined in the file XInput.h. + BadValue error. + +STRUCTURES +---------- + + Each control is described by a structure specific to that control. + These structures are defined in the file XInput.h. XDeviceControl is a generic structure that contains two fields that are at the beginning of each class of control: |