libinput/src
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
..
evdev-touchpad.c Hook up libevdev as backend 2014-02-24 09:29:09 +10:00
evdev.c Split up the touch event into the different touch types 2014-02-26 19:32:33 +01:00
evdev.h Add seat wide slot to touch events 2014-02-26 19:32:33 +01:00
filter.c Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
filter.h Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
libinput-private.h Split up the touch event into the different touch types 2014-02-26 19:32:33 +01:00
libinput-util.c Add a customizable log handler 2014-02-19 08:35:25 +10:00
libinput-util.h util: add min/max macros 2014-02-17 14:35:06 +10:00
libinput-version.h.in Port evdev code to be used as a shared library 2013-11-12 22:37:20 +01:00
libinput.c Split up the touch event into the different touch types 2014-02-26 19:32:33 +01:00
libinput.h Split up the touch event into the different touch types 2014-02-26 19:32:33 +01:00
libinput.pc.in Add libudev and -lm to Requires.private 2013-12-21 12:10:19 +01:00
Makefile.am Hook up libevdev as backend 2014-02-24 09:29:09 +10:00
path.c Add a customizable log handler 2014-02-19 08:35:25 +10:00
path.h path: modify backend to allow for more than one device 2014-02-10 11:23:35 +10:00
udev-seat.c Make it possible to have persistent libinput_seat instances 2014-02-10 22:28:46 +01:00
udev-seat.h udev: Drop unused seat_name in struct udev_seat 2014-01-16 20:42:30 +01:00