imrad
imrad copied to clipboard
vertical separator?
I replaced "ImGui::SeparatorEx(ImGuiSeparatorFlags_Horizontal);" with "ImGui::SeparatorEx(ImGuiSeparatorFlags_Vertical);", but the line did not become vertical.
Are you talking about the generated code? Did you try to check sameLine property? That should generate code which works.