MCPcopy Create free account
hub / github.com/RenderKit/embree / GetWindowSize

Method GetWindowSize

tutorials/common/imgui/imgui.cpp:7481–7485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7479}
7480
7481ImVec2 ImGui::GetWindowSize()
7482{
7483 ImGuiWindow* window = GetCurrentWindowRead();
7484 return window->Size;
7485}
7486
7487void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond)
7488{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected