diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-26 11:10:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-26 11:10:09 +0000 |
commit | 81f11e013a64fe8578c15f3bdb35fdf3c5d8e66e (patch) | |
tree | 28108ca7a5f7ec3f98d3e0b26d19b6333a03564c | |
parent | b5eece8397ff0806e34610c375c4bea0208fb889 (diff) |
Document device properties
-rw-r--r-- | man/ws.man | 17 |
1 files changed, 16 insertions, 1 deletions
@@ -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). |