Skip to content

clutter/input-pointer-a11y: Include success boolean in stop signals

Jonas Dreßler requested to merge verdre/mutter:pointer-a11y-stop-success into master

Add a boolean parameter to the signal to inform the handler whether the timeout completed successfully or not. This allows the shell to gracefully end the pie timer animation and show a success animation when the click happens.

Merge request reports