mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
6939bed55c
As soon as any event of a sequence is handles/stopped during emission, all actors and actions that would have gotten to see it afterwards have a big problem: If that event was a TOUCH_END event, the actor/action is forever going to think that this touch is still active. For ClutterActions, we're going to handle this by introducing a way to send them a notification when stuff like this happens. As a baby step towards all that, make event emission exclusive to actors as soon as any actor stopped an event. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2342> |
||
---|---|---|
.. | ||
clutter | ||
.gitignore | ||
meson.build |