[PATCH libinput v3 0/5] add touch point properties to libinput_event_touch
Andreas Pokorny
andreas.pokorny at canonical.com
Mon Jun 22 03:48:03 PDT 2015
Hi,
Here is the third version. I added major / minor scaling for cases when
x_absinfo.resolution does not match y_absinfo.resolution, and fixed the
compilation errors that sneaked in last time.
regards
Andreas
Andreas Pokorny (5):
litest: add axis_replacement from tablet branch
litest: add a generic multitouch screen
litest: add nexus4 style touch screen without orientation
litest: floating point comparison macros
libinput: add orientation and size of touch point and pressure to the
API
src/evdev.c | 243 +++++++++++++++++++++++++++++++++-----
src/evdev.h | 37 ++++++
src/libinput-private.h | 12 +-
src/libinput.c | 128 +++++++++++++++++++-
src/libinput.h | 194 ++++++++++++++++++++++++++++++
src/libinput.sym | 10 ++
test/Makefile.am | 2 +
test/litest-nexus4-touch-screen.c | 116 ++++++++++++++++++
test/litest-selftest.c | 66 +++++++++++
test/litest-touch-screen.c | 135 +++++++++++++++++++++
test/litest.c | 99 +++++++++++++---
test/litest.h | 70 +++++++++++
test/touch.c | 94 +++++++++++++++
13 files changed, 1153 insertions(+), 53 deletions(-)
create mode 100644 test/litest-nexus4-touch-screen.c
create mode 100644 test/litest-touch-screen.c
--
2.1.4
More information about the wayland-devel
mailing list