Hi, aim trying to achieve a simple ImGui multiline input text with support for word wrapping. No scrolling (auto-grow vertically), no syntax highlighting, no line numbers, just editable text. Is this possible with this control? Is it suitable for that?
If so I need multiple of those on my screen. Can I expect performance close to the ImGui's built-in Text Input with all visual features turned off?
Thanks for the great work.
Hi, aim trying to achieve a simple ImGui multiline input text with support for word wrapping. No scrolling (auto-grow vertically), no syntax highlighting, no line numbers, just editable text. Is this possible with this control? Is it suitable for that?
If so I need multiple of those on my screen. Can I expect performance close to the ImGui's built-in Text Input with all visual features turned off?
Thanks for the great work.