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

Method GetWindowPos

include/imgui/imgui.cpp:8527–8532  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8525}
8526
8527ImVec2 ImGui::GetWindowPos()
8528{
8529 ImGuiContext& g = *GImGui;
8530 ImGuiWindow* window = g.CurrentWindow;
8531 return window->Pos;
8532}
8533
8534void ImGui::SetWindowPos(ImGuiWindow* window, const ImVec2& pos, ImGuiCond cond)
8535{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected