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

Method GetCenter

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

Helpers

Source from the content-addressed store, hash-verified

3058
3059 // Helpers
3060 ImVec2 GetCenter() const { return ImVec2(Pos.x + Size.x * 0.5f, Pos.y + Size.y * 0.5f); }
3061 ImVec2 GetWorkCenter() const { return ImVec2(WorkPos.x + WorkSize.x * 0.5f, WorkPos.y + WorkSize.y * 0.5f); }
3062};
3063

Callers 8

BeginPopupModalMethod · 0.80
NavBiasScoringRectFunction · 0.80
CloseButtonMethod · 0.80
CollapseButtonMethod · 0.80
RadioButtonMethod · 0.80

Calls 1

ImVec2Function · 0.85

Tested by

no test coverage detected