MCPcopy Create free account
hub / github.com/Wemino/MarkerPatch / GetWindowSize

Method GetWindowSize

include/imgui/imgui.cpp:8569–8573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8567}
8568
8569ImVec2 ImGui::GetWindowSize()
8570{
8571 ImGuiWindow* window = GetCurrentWindowRead();
8572 return window->Size;
8573}
8574
8575void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond)
8576{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected