in the hw/kdrive/linux/tslib.c file line 98 99: private->lastx = x; private->lasty = y; should be changed to: private->lastx = event.x; private->lasty = event.y;
Pushed as d58f2c30c64e8b2d8179dac06e0a54be06099da6. Thanks for reporting.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.