MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / GetItemBoxMax

Function GetItemBoxMax

Externals/imgui-1.46/Include/imgui.h:437–437  ·  view source on GitHub ↗

OBSOLETE 1.36+

Source from the content-addressed store, hash-verified

435 static inline bool GetWindowCollapsed() { return ImGui::IsWindowCollapsed(); } // OBSOLETE 1.39+
436 static inline ImVec2 GetItemBoxMin() { return GetItemRectMin(); } // OBSOLETE 1.36+
437 static inline ImVec2 GetItemBoxMax() { return GetItemRectMax(); } // OBSOLETE 1.36+
438 static inline bool IsClipped(const ImVec2& size) { return !IsRectVisible(size); } // OBSOLETE 1.38+
439 static inline bool IsRectClipped(const ImVec2& size) { return !IsRectVisible(size); } // OBSOLETE 1.39+
440 static inline bool IsMouseHoveringBox(const ImVec2& rect_min, const ImVec2& rect_max) { return IsMouseHoveringRect(rect_min, rect_max); } // OBSOLETE 1.36+

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected