mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-20 01:34:20 +00:00
BeginGroup() comment tweaks (#608)
This commit is contained in:
parent
4b51e43d60
commit
247da0e01b
2 changed files with 2 additions and 2 deletions
|
|
@ -8813,7 +8813,7 @@ bool ImGui::IsRectVisible(const ImVec2& size)
|
|||
return window->ClipRect.Overlaps(ImRect(window->DC.CursorPos, window->DC.CursorPos + size));
|
||||
}
|
||||
|
||||
// Lock horizontal starting position + EndGroup() wraps group bounding box into one "item" (so you can use IsItemHovered() on a group, SameLine() between groups, etc.)
|
||||
// Lock horizontal starting position + capture group bounding box into one "item" (so you can use IsItemHovered() or layout primitives such as SameLine() on whole group, etc.)
|
||||
void ImGui::BeginGroup()
|
||||
{
|
||||
ImGuiWindow* window = GetCurrentWindow();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue