summaryrefslogtreecommitdiff
path: root/tools/utouch-frame-test-xi2.txt
diff options
context:
space:
mode:
authorHenrik Rydberg <rydberg@euromail.se>2011-02-15 14:48:57 +0100
committerHenrik Rydberg <rydberg@euromail.se>2011-02-15 14:48:57 +0100
commit3244deffa1aedbb6c1af8c2dc993f1d771373c6a (patch)
tree2e5a234d628c7065d5a75620639b3a7305fa33ab /tools/utouch-frame-test-xi2.txt
parent814bc7eb456af9439c88d9c7617816934183b959 (diff)
Optional XI2.1 support
This patchs adds optional XI2.1 support to utouch-frame. The utouch/frame-xi2.h header contains helper functions equivalent to utouch/frame-mtdev.h. In addition, the device-to-screen mapping is handled via XEvents and optionally XIPropertyEvent. The latter allows free device placement via xinput set-prop, useful in multi- head setups, thanks to Chase Douglas. Touch frame events can be tested using the utouch-frame-test-xi2 tool. Use --with-xi to enable. Signed-off-by: Henrik Rydberg <rydberg@euromail.se>
Diffstat (limited to 'tools/utouch-frame-test-xi2.txt')
-rw-r--r--tools/utouch-frame-test-xi2.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/tools/utouch-frame-test-xi2.txt b/tools/utouch-frame-test-xi2.txt
new file mode 100644
index 0000000..9f79167
--- /dev/null
+++ b/tools/utouch-frame-test-xi2.txt
@@ -0,0 +1,22 @@
1UTOUCH-FRAME-TEST-XI2(1)
2==========================
3
4NAME
5----
6
7 utouch-frame-test-xi2 - report frame events from an xinput device
8
9SYNOPSIS
10--------
11
12 utouch-frame-test-xi2 xinput-device-number
13
14DESCRIPTION
15-----------
16
17A test tool used to analyse the capabilities and act as a test driver for the
18uTouch touch frame library.
19
20AUTHOR
21------
22utouch-frame-test-xi2 was written by Henrik Rydberg <rydberg@euromail.se>