From 3244deffa1aedbb6c1af8c2dc993f1d771373c6a Mon Sep 17 00:00:00 2001 From: Henrik Rydberg Date: Tue, 15 Feb 2011 14:48:57 +0100 Subject: 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 --- tools/utouch-frame-test-xi2.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 tools/utouch-frame-test-xi2.txt (limited to 'tools/utouch-frame-test-xi2.txt') 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 @@ +UTOUCH-FRAME-TEST-XI2(1) +========================== + +NAME +---- + + utouch-frame-test-xi2 - report frame events from an xinput device + +SYNOPSIS +-------- + + utouch-frame-test-xi2 xinput-device-number + +DESCRIPTION +----------- + +A test tool used to analyse the capabilities and act as a test driver for the +uTouch touch frame library. + +AUTHOR +------ +utouch-frame-test-xi2 was written by Henrik Rydberg -- cgit v1.2.3