mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 02:05:10 +00:00

We might want to perform distance/threshold checks in the ::prepare vfunc, but we didn't record the last motion event yet. This used to give a delta of 0/0 between the press and last motion coordinates, despite the ClutterGestureAction having a trigger threshold. This happens no longer. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1791>