Hi,
ImGui.Stride type mode is broken for all the widgets, the only action i can do is delete, no typing possible.
In other words, in any numeric or string field, double click, try to type, nothing happens… well delete works.
Thanks
Hi,
ImGui.Stride type mode is broken for all the widgets, the only action i can do is delete, no typing possible.
In other words, in any numeric or string field, double click, try to type, nothing happens… well delete works.
Thanks
Copy & Paste work
Can confirm. Works: ctrl+c, ctrl+v, ctrl+x
Here is a patch to reproduce the issue:
HowTo ImGui in Stride.vl (9.7 KB)
Text input should work again in upcoming.
(There’s still another new issue that ImGui/Stride multi-window no longer works, throws SDL related exception, which makes sense because we moved away from SDL. Will be addressed in a separate commit.)