MCPcopy Create free account
hub / github.com/KebsCS/KBotExt / GetItemRectSize

Method GetItemRectSize

KBotExt/imgui/imgui.cpp:5352–5356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

GetSizeMethod · 0.80

Tested by

no test coverage detected