tablet: split point vs delta handling up
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 7 Mar 2017 05:32:59 +0000 (15:32 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 23 Mar 2017 00:18:09 +0000 (10:18 +1000)
commit88876e66fab67eae3c7aa75a4e19479df556b08f
treeb2a2b5c0f97ff7c913a0daf054288ec9afa0273f
parent230af3f9fcf406b6c854c9fe7b6ff2cb6497c9dd
tablet: split point vs delta handling up

Handle the delta in the end once we've updated the device state for all axes.
This requires us to use the device history rather than the current state
delta, and it also requires us to update both x and y whenever an axis change
comes in.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Acked-by: Ping Cheng <pingc@wacom.com>
src/evdev-tablet.c