I am creating a text in ImGui. It automatically aligns right, how do I make just that one text align in the center?
ImGui::Text("Example Text");
I don't believe there is a function to do this. I know you can do it for a box or widget, but how would I for a simple text?