mirror of
https://github.com/brl/mutter.git
synced 2025-03-06 13:18:15 +00:00

ClutterClickEvent currently doesn't check if button press and release happen within the drag threshold, which can be surprising sometimes. Only emit the "clicked" signal if the button press and release happen within the area of drag threshold. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1667>