imrad icon indicating copy to clipboard operation
imrad copied to clipboard

vertical separator?

Open ZailoxTT opened this issue 4 months ago • 1 comments

I replaced "ImGui::SeparatorEx(ImGuiSeparatorFlags_Horizontal);" with "ImGui::SeparatorEx(ImGuiSeparatorFlags_Vertical);", but the line did not become vertical.

ZailoxTT avatar Nov 07 '25 17:11 ZailoxTT

Are you talking about the generated code? Did you try to check sameLine property? That should generate code which works.

tope99 avatar Nov 12 '25 16:11 tope99