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

Method GetWindowSize

KBotExt/imgui/imgui.cpp:7417–7421  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7415}
7416
7417ImVec2 ImGui::GetWindowSize()
7418{
7419 ImGuiWindow* window = GetCurrentWindowRead();
7420 return window->Size;
7421}
7422
7423void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond)
7424{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected