summaryrefslogtreecommitdiff
path: root/test/litest-int.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-03-24 15:25:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-03-25 11:06:09 +1000
commitd1ba8a8fcc2a0474af69f2403fa99e699570dbd2 (patch)
tree9d4e6382a8503b9a6ef2a3d8ae2db48688134f5f /test/litest-int.h
parenta6d4e3f0d16b147814bdc7bdef592d02727eae38 (diff)
downloadlibinput-d1ba8a8fcc2a0474af69f2403fa99e699570dbd2.tar.gz
test: add framework for a single-touch synaptics device
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'test/litest-int.h')
-rw-r--r--test/litest-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/litest-int.h b/test/litest-int.h
index dd48d16c..b515b6c3 100644
--- a/test/litest-int.h
+++ b/test/litest-int.h
@@ -41,6 +41,7 @@ struct litest_test_device {
struct litest_device_interface {
void (*touch_down)(struct litest_device *d, unsigned int slot, int x, int y);
void (*touch_move)(struct litest_device *d, unsigned int slot, int x, int y);
+ void (*touch_up)(struct litest_device *d, unsigned int slot);
int min[2];
int max[2];