MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetWindowSize

Method GetWindowSize

imgui_tiny_app/imgui/imgui.cpp:9120–9124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9118}
9119
9120ImVec2 ImGui::GetWindowSize()
9121{
9122 ImGuiWindow* window = GetCurrentWindowRead();
9123 return window->Size;
9124}
9125
9126void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond)
9127{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected