Commit 3f98f5f
luigi-rosso
feat: Text input from editor + start of Focusable (#9905) e5c8a7ae8f
* feat: working on focusable
* feat: text events to rive native
* feat: runtime text from editor
* feat: text input in the editor
* chore: cleanup
* chore: fix non text builds
* chore: fix warning
* fix: key import in rive_native_web
* feat: text input for web rive_native
* chore: fixes
* chore: cleanup
* fix: remove unused imports
* chore: more tests for missed lines1 parent 11259b2 commit 3f98f5f
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule rive-runtime updated 10 files
- .rive_head+1-1
- build/rive_build_config.lua+5
- include/rive/animation/state_machine_instance.hpp+8
- include/rive/constraints/constraint.hpp+1-1
- include/rive/input/focusable.hpp+161
- include/rive/text/text_input.hpp+11-1
- src/animation/state_machine_instance.cpp+24
- src/constraints/constraint.cpp+3-2
- src/text/text_input.cpp+186-1
- tests/unit_tests/runtime/text_input_test.cpp+294
0 commit comments