MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/PositionBasedDynamics / ImRect

Function ImRect

extern/imgui/imgui_internal.h:531–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529 ImVec2 Max; // Lower-right
530
531 constexpr ImRect() : Min(0.0f, 0.0f), Max(0.0f, 0.0f) {}
532 constexpr ImRect(const ImVec2& min, const ImVec2& max) : Min(min), Max(max) {}
533 constexpr ImRect(const ImVec4& v) : Min(v.x, v.y), Max(v.z, v.w) {}
534 constexpr ImRect(float x1, float y1, float x2, float y2) : Min(x1, y1), Max(x2, y2) {}

Callers 15

TableGetCellBgRectMethod · 0.70
BeginColumnsMethod · 0.70
RenderMouseCursorMethod · 0.70
FindHoveredWindowFunction · 0.70
EndChildMethod · 0.70
GetResizeBorderRectFunction · 0.70
BeginMethod · 0.70
IsRectVisibleMethod · 0.70
ScrollToRectExMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected