mirror of
https://github.com/brl/mutter.git
synced 2025-02-13 11:54:09 +00:00
![Carlos Garnacho](/assets/img/avatar_default.png)
These use now more of a "pull" model, where they receive update notifications and the relevant input position is queried, instead of the coordinates being passed along. This allows to treat cursor renderers all the same independently of the device they track. This notifying of position changes should ideally be more backend-y than core-y, a better location will be figured out in future commits. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1403>