Added VerticalSeparator() entry point in imgui_internal. Seperator() in an horizontal layout context still does that.

This commit is contained in:
omar
2017-09-28 16:41:01 +02:00
parent 9142002121
commit f99348711b
3 changed files with 49 additions and 42 deletions

View File

@ -209,7 +209,7 @@ namespace ImGui
IMGUI_API void PopButtonRepeat();
// Cursor / Layout
IMGUI_API void Separator(); // horizontal line
IMGUI_API void Separator(); // separator, generally horizontal. inside a menu bar or in horizontal layout mode, this becomes a vertical separator.
IMGUI_API void SameLine(float pos_x = 0.0f, float spacing_w = -1.0f); // call between widgets or groups to layout them horizontally
IMGUI_API void NewLine(); // undo a SameLine()
IMGUI_API void Spacing(); // add vertical spacing