MCPcopy Create free account
hub / github.com/cinder/Cinder / GetWindowSize

Method GetWindowSize

src/imgui/imgui.cpp:8349–8353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8347}
8348
8349ImVec2 ImGui::GetWindowSize()
8350{
8351 ImGuiWindow* window = GetCurrentWindowRead();
8352 return window->Size;
8353}
8354
8355void ImGui::SetWindowSize(ImGuiWindow* window, const ImVec2& size, ImGuiCond cond)
8356{

Callers

nothing calls this directly

Calls 1

GetCurrentWindowReadFunction · 0.85

Tested by

no test coverage detected