summaryrefslogtreecommitdiff
path: root/test/litest-int.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-02-05 10:57:37 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-04-18 09:12:02 +1000
commitd82cfa1d53676cd52bb0ef4adfa14dd881550047 (patch)
tree111db9fcadee7bea0fb26fe97b1fdcd7f487ca6b /test/litest-int.h
parent8e17a9ab5c293306ff0bc0b63551e6a79fd497b1 (diff)
downloadlibinput-d82cfa1d53676cd52bb0ef4adfa14dd881550047.tar.gz
test: tablet pad tests
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Jason Gerecke <jason.gerecke@wacom.com> Reviewed-by: Carlos Garnacho <carlosg@gnome.org>
Diffstat (limited to 'test/litest-int.h')
-rw-r--r--test/litest-int.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/test/litest-int.h b/test/litest-int.h
index 8d0308b3..1a9060d9 100644
--- a/test/litest-int.h
+++ b/test/litest-int.h
@@ -105,6 +105,22 @@ struct litest_device_interface {
struct input_event *tablet_proximity_out_events;
struct input_event *tablet_motion_events;
+ /**
+ * Pad events, LITEST_AUTO_ASSIGN is allowed on event values
+ * for ABS_WHEEL
+ */
+ struct input_event *pad_ring_start_events;
+ struct input_event *pad_ring_change_events;
+ struct input_event *pad_ring_end_events;
+
+ /**
+ * Pad events, LITEST_AUTO_ASSIGN is allowed on event values
+ * for ABS_RX
+ */
+ struct input_event *pad_strip_start_events;
+ struct input_event *pad_strip_change_events;
+ struct input_event *pad_strip_end_events;
+
int min[2]; /* x/y axis minimum */
int max[2]; /* x/y axis maximum */
};