MCPcopy Create free account
hub / github.com/Norbyte/bg3se / EndDrawingWindow

Method EndDrawingWindow

BG3Extender/Extender/Client/IMGUI/IMGUI.cpp:867–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

865}
866
867void WindowBase::EndDrawingWindow()
868{
869 auto size = ImGui::GetWindowSize();
870 LastSize = glm::vec2(size.x, size.y);
871 auto pos = ImGui::GetWindowPos();
872 LastPosition = glm::vec2(pos.x, pos.y);
873}
874
875void WindowBase::ProcessRenderSettings(DrawingContext& context)
876{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected