[IMGUI][C++] Why is there a difference of vertical offset between two ImGUI Text components
I am trying to display two slidebar for my X and Y positions in ImGUI.
And while the “Y :” label seems to be correctly centered, the “Position” and the “X :” label seems to be a bit high as compared to the other one.
ImGui + SDL2 – SIGILL error on ImGui initialization
I’m writing a simple emulator for the NES. I’m trying to use SDL2 for the graphics, with ImGui (SDL renderer, not necessarily limited to it).