[PATCH libinput v8 0/2] add orientation, size and and pressure of touch
Andreas Pokorny
andreas.pokorny at canonical.com
Mon Nov 2 07:56:12 PST 2015
Hi,
This version of the series deals released or not yet pressed touch contacts in
event-gui. Additionally the code that was supposed to scale diameters on devices
when horizontal and vertical axes have a different resolution was revised.
regards
Andreas
Andreas Pokorny (2):
libinput: add orientation and size of touch point and pressure to the
API
extend tools to print and display touch event properties
doc/Makefile.am | 2 +
doc/page-hierarchy.dox | 1 +
doc/svg/touchscreen-touch-event-properties.svg | 347 +++++++++++++++++++++++++
doc/touch-event-properties.dox | 42 +++
src/evdev.c | 224 ++++++++++++++--
src/evdev.h | 24 ++
src/libinput-private.h | 13 +-
src/libinput-util.h | 6 +
src/libinput.c | 212 ++++++++++++++-
src/libinput.h | 222 ++++++++++++++++
src/libinput.sym | 13 +
test/touch.c | 241 +++++++++++++++++
tools/event-debug.c | 29 ++-
tools/event-gui.c | 38 ++-
14 files changed, 1376 insertions(+), 38 deletions(-)
create mode 100644 doc/svg/touchscreen-touch-event-properties.svg
create mode 100644 doc/touch-event-properties.dox
--
2.5.0
More information about the wayland-devel
mailing list