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

Class IMGUI_API

KBotExt/imgui/imgui_internal.h:505–505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503// Helper: ImRect (2D axis aligned bounding-box)
504// NB: we can't rely on ImVec2 math operators being available here!
505struct IMGUI_API ImRect
506{
507 ImVec2 Min; // Upper-left
508 ImVec2 Max; // Lower-right

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected