#ImGUI text placement
8 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
Sure, use ImGui::SameLine() and ImGui::SetCursorPosX().
but then if i change the window size it will break right?
You can query the window size inside a Begin() block.
hmm maybe i will just make a simple table
that should handle rescaling
i will disable the outline and etc