test: change tablet coords to doubles and pass the pointer through
authorPeter Hutterer <peter.hutterer@who-t.net>
Thu, 11 May 2023 03:45:25 +0000 (13:45 +1000)
committerJihoon Kim <jihoon48.kim@samsung.com>
Mon, 4 Dec 2023 10:23:27 +0000 (19:23 +0900)
commit749502d41ee5a93c0c28a36c02adca6a0d2c4afb
tree8c59988af35297f249adf7ad38d068d79f5d40e6
parent2541e79f090bda2919aa3567b85ee035d2828ca6
test: change tablet coords to doubles and pass the pointer through

All other motion/touch/... coords are already doubles so let's follow
suite here. And passing a pointer into the custom handlers
means we can modify x/y slightly and return false, leaving the rest up
to the generic event handling code.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
test/litest-device-elan-tablet.c
test/litest-device-wacom-isdv4-524c-pen.c
test/litest-int.h
test/litest.c
test/litest.h