update imgui to v1.92.3

and enable wordwrapping for the main message input
This commit is contained in:
Green Sky
2025-10-07 18:19:33 +02:00
parent a091deddfe
commit d15dfd9e73
2 changed files with 4 additions and 2 deletions

View File

@@ -483,7 +483,8 @@ float ChatGui4::render(float time_delta, bool window_hidden, bool window_focused
constexpr ImGuiInputTextFlags input_flags =
//ImGuiInputTextFlags_AllowTabInput |
ImGuiInputTextFlags_NoHorizontalScroll |
ImGuiInputTextFlags_CallbackCharFilter;
ImGuiInputTextFlags_CallbackCharFilter |
ImGuiInputTextFlags_WordWrap;
bool text_input_validate {false};
ImGui::InputTextMultiline(