Skip to content

input: Don't assert when sending touch motion

Derek Foreman requested to merge derekf/weston:touch_crash into main

If a window is clicked with a mouse while it's being interacted with via touch input, the assert from d611ab24 will fire.

Update the transform before converting the coordinate to fix this.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports