You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can I add a input widget by ImGui::InputText() on the right of titlebar as the figure shown? I have let the window has the same size as the GLFW window and used ImGui::Begin("##my window", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize); to change the titlebar settings. Please ignore the texture image on the left.
Screenshots/Video
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version: 1.87
Branch: master
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Operating System: win10
My Issue/Question:
How can I add a input widget by
ImGui::InputText()
on the right of titlebar as the figure shown? I have let the window has the same size as the GLFW window and usedImGui::Begin("##my window", nullptr, ImGuiWindowFlags_NoCollapse | ImGuiWindowFlags_NoResize);
to change the titlebar settings. Please ignore the texture image on the left.Screenshots/Video
The text was updated successfully, but these errors were encountered: