libinput/test
Jonas Ådahl 6f0ca1a386 Split up the touch event into the different touch types
Instead of having one touch events representing different types of touch
events by providing a touch type, have one separate event type per touch
type. This means the LIBINPUT_EVENT_TYPE_TOUCH is replaced with
LIBINPUT_EVENT_TYPE_TOUCH_DOWN, LIBINPUT_EVENT_TYPE_TOUCH_MOTION,
LIBINPUT_EVENT_TYPE_TOUCH_UP and LIBINPUT_EVENT_TYPE_TOUCH_CANCEL.

Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
2014-02-26 19:32:33 +01:00
..
build-pedantic.c test: add a build-test for -pedantic 2014-01-15 11:26:08 +10:00
litest-bcm5974.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-generic-highres-touch.c test: Add scale li_fixed overflow test 2014-02-20 11:30:08 +10:00
litest-int.h Add a device test suite 2014-01-15 11:59:27 +10:00
litest-keyboard.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-mouse.c test: Add a basic mouse test device 2014-01-22 11:23:00 +10:00
litest-synaptics.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-trackpoint.c Add a device test suite 2014-01-15 11:59:27 +10:00
litest-wacom-touch.c test: Fix touch_down in wacom touch test device 2014-02-20 11:30:08 +10:00
litest.c test: Add scale li_fixed overflow test 2014-02-20 11:30:08 +10:00
litest.h test: Add scale li_fixed overflow test 2014-02-20 11:30:08 +10:00
log.c Add a customizable log handler 2014-02-19 08:35:25 +10:00
Makefile.am test: Add scale li_fixed overflow test 2014-02-20 11:30:08 +10:00
path.c Make it possible to have persistent libinput_seat instances 2014-02-10 22:28:46 +01:00
pointer.c test: add basic pointer motion and button test 2014-01-22 11:32:01 +10:00
touch.c Split up the touch event into the different touch types 2014-02-26 19:32:33 +01:00
udev.c Make it possible to have persistent libinput_seat instances 2014-02-10 22:28:46 +01:00