forked from Green-Sky/tomato
focus text input with shortcut i
(as in insert)
This commit is contained in:
@@ -478,6 +478,8 @@ float ChatGui4::render(float time_delta, bool window_hidden, bool window_focused
|
||||
ImGui::EndChild();
|
||||
|
||||
if (ImGui::BeginChild("text_input", {-150, 0})) {
|
||||
ImGui::SetNextItemShortcut(ImGuiKey_I, ImGuiInputFlags_RouteGlobal);
|
||||
|
||||
constexpr ImGuiInputTextFlags input_flags =
|
||||
//ImGuiInputTextFlags_AllowTabInput |
|
||||
ImGuiInputTextFlags_NoHorizontalScroll |
|
||||
|
Reference in New Issue
Block a user