| 5350 | } |
| 5351 | |
| 5352 | ImVec2 ImGui::GetItemRectSize() |
| 5353 | { |
| 5354 | ImGuiContext& g = *GImGui; |
| 5355 | return g.LastItemData.Rect.GetSize(); |
| 5356 | } |
| 5357 | |
| 5358 | bool ImGui::BeginChildEx(const char* name, ImGuiID id, const ImVec2& size_arg, bool border, ImGuiWindowFlags flags) |
| 5359 | { |