]> diplodocus.org Git - xorg-xinput/blobdiff - man/xinput.man
Require inputproto 1.9.99.12
[xorg-xinput] / man / xinput.man
index 6f340dc590f2e2d9eff3de80e56f458e52eed7e2..104cafbd995682165b8ef278982bc016f3f73602 100644 (file)
@@ -56,6 +56,34 @@ Change the button mapping of \fIdevice_name\fP. Uses XSetDeviceButtonMapping(3).
 Query the device state. Uses XQueryDeviceState(3).
 .PP
 .TP 8
+.B xinput list-props \fIdevice_name\fP [\fIdevice_name\fP...]
+Lists properties that can be set for the given device(s).
+.PP
+.TP 8
+.B xinput set-int-prop \fIdevice_name\fP \fIproperty\fP \fIformat\fP \fIvalue\fP
+Sets an integer property for the device.  Appropriate values for \fIformat\fP
+are 8, 16, or 32, depending on the property.
+.PP
+.TP 8
+.B xinput set-float-prop \fIdevice_name\fP \fIproperty\fP \fIvalue\fP
+Sets a float property for the device.
+.PP
+.TP 8
+.B xinput set-prop \fIdevice_name\fP \fIproperty\fP \fIvalue\fP
+Set the property to the given value(s). The format and type of the property
+are left as-is and the arguments are interpreted according to the property
+type. This argument can only be used to modify existing properties.
+.PP
+.TP 8
+.B xinput watch-props \fIdevice_name\fP
+Prints to standard out when property changes occur.
+.PP
+.TP 8
+.B xinput delete-prop \fIdevice_name\fP \fIproperty\fP
+Delete the property from the device.
+.PP
+.PP
+.TP 8
 .B xinput test [-proximity] \fIdevice_name\fP
 Register all extended events from \fIdevice_name\fP and enter an endless
 loop displaying events received. If the -proximity is given, ProximityIn
@@ -64,6 +92,8 @@ and ProximityOut are registered.
 \fIdevice_name\fP can be the device name as a string or the XID of the
 device.
 .PP
+\fIproperty\fP can be the property as a string or the Atom value.
+.PP
 
 .SH COPYRIGHT
 Copyright 1996,1997, Frederic Lepied.