Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support to Listeners for events from nested artboards
- Propagate events up to parent Artboard state machines - Add Event to Listener types and display in combobox - Add support for StateMachineListeners to listen for events Still needs implementation on CPP runtime. In this example, the rectangles are in a nested artboard. Clicking them fires an event from the nested artboard up to the parent artboard which has a listener which updates an input triggering the animation. https://github.com/rive-app/rive/assets/186340/22bfb00e-8d1e-46f0-8faa-d2d5e5a1bbfb Diffs= 1a9dd7e97 Add support to Listeners for events from nested artboards (#5923)
- Loading branch information