libinput/tools
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
..
.gitignore tools: add a tool for basic event debugging 2014-01-31 14:57:19 +10:00
event-debug.c Split up the touch event into the different touch types 2014-02-26 19:32:33 +01:00
Makefile.am tools: add a tool for basic event debugging 2014-01-31 14:57:19 +10:00