summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@openbsd.org>2009-11-26 11:10:09 +0000
committerMatthieu Herrb <matthieu@openbsd.org>2009-11-26 11:10:09 +0000
commit81f11e013a64fe8578c15f3bdb35fdf3c5d8e66e (patch)
tree28108ca7a5f7ec3f98d3e0b26d19b6333a03564c
parentb5eece8397ff0806e34610c375c4bea0208fb889 (diff)
Document device properties
-rw-r--r--man/ws.man17
1 files changed, 16 insertions, 1 deletions
diff --git a/man/ws.man b/man/ws.man
index 1219f6a..1044004 100644
--- a/man/ws.man
+++ b/man/ws.man
@@ -111,5 +111,20 @@ is mapped to the negative W axis motion and button
.I N2
is mapped to the positive W axis motion.
Default: no mapping.
+.SH "SUPPORTED PROPERTIES"
+The following properties are provided by the
+.B ws
+driver.
+.TP 7
+.BI "WS Pointer Axis Calibration"
+4 32 bits values, in the order min-x, max-x, min-y, max-y.
+This property is present only for devices with absolute coordinates (ie
+tablets and touchscreens).
+.TP 7
+.BI "WS Pointer Axes Swap"
+1 boolean value (8 bits, 0 or 1). 1 swaps x/y axes. This property
+is present only for devices with absolute coordinates (ie
+tablets and touchscreens).
+
.SH "SEE ALSO"
-Xorg(1), xorg.conf(__filemansuffix__), uts(4), zts(4), sysctl(8), xtsscale(8), ztsscale(8).
+Xorg(1), xinput(1), xorg.conf(__filemansuffix__), uts(4), zts(4), sysctl(8), xtsscale(8), ztsscale(8).