mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 13:24:09 +00:00
![Carlos Garnacho](/assets/img/avatar_default.png)
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>