Skip to content

clutter/actor: Add detail to ::event signal

Jonas Dreßler requested to merge verdre/mutter:actor-event-detailled into main

Just like we did with the ::captured-event signal, add detail to the ::event signal too. At the first glance this might not seem necessary since there are individual signals like scroll-event or touch-event that get emitted at the same time, but these don't exist for touchpad gesture events and others.

As an easy solution for that, just make it possible to use detail on the event signal as we did with the caputured-event signal.

Merge request reports