Commit 3345125
bodymovin
feature: add support for multiple inputs on listeners (#11862) 501b7f488c
* feature: add support for multiple inputs on listeners1 parent 80fa2d4 commit 3345125
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule rive-runtime updated 37 files
- .rive_head+1-1
- dev/defs/animation/listener_types/listener_input_type.json+28
- dev/defs/animation/listener_types/listener_input_type_event.json+21
- dev/defs/animation/listener_types/listener_input_type_viewmodel.json+31
- dev/defs/animation/state_machine_listener.json+2-43
- dev/defs/animation/state_machine_listener_single.json+51
- include/rive/animation/focus_listener_group.hpp+4
- include/rive/animation/listener_types/listener_input_type.hpp+14
- include/rive/animation/listener_types/listener_input_type_event.hpp+13
- include/rive/animation/listener_types/listener_input_type_viewmodel.hpp+19
- include/rive/animation/state_machine_listener.hpp+13-9
- include/rive/animation/state_machine_listener_single.hpp+23
- include/rive/generated/animation/listener_types/listener_input_type_base.hpp+69
- include/rive/generated/animation/listener_types/listener_input_type_event_base.hpp+71
- include/rive/generated/animation/listener_types/listener_input_type_viewmodel_base.hpp+62
- include/rive/generated/animation/state_machine_listener_base.hpp+1-49
- include/rive/generated/animation/state_machine_listener_single_base.hpp+102
- include/rive/generated/core_registry.hpp+58-29
- include/rive/importers/state_machine_listener_importer.hpp+1
- src/animation/focus_listener_group.cpp+3-2
- src/animation/listener_types/listener_input_type.cpp+23
- src/animation/listener_types/listener_input_type_viewmodel.cpp+20
- src/animation/state_machine_instance.cpp+234-48
- src/animation/state_machine_listener.cpp+29-17
- src/animation/state_machine_listener_single.cpp+34
- src/constraints/draggable_constraint.cpp+2-1
- src/file.cpp+2
- src/generated/animation/listener_types/listener_input_type_base.cpp+11
- src/generated/animation/listener_types/listener_input_type_event_base.cpp+11
- src/generated/animation/listener_types/listener_input_type_viewmodel_base.cpp+11
- src/generated/animation/state_machine_listener_single_base.cpp+11
- src/importers/state_machine_listener_importer.cpp+7
- src/listener_group.cpp+29-38
- tests/unit_tests/assets/multi_listeners.riv
- tests/unit_tests/runtime/state_machine_test.cpp+121
- tests/unit_tests/silvers/multi_listeners-rebind.sriv
- tests/unit_tests/silvers/multi_listeners.sriv
0 commit comments