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

Method SetLastItemDataForWindow

include/imgui/imgui.cpp:5065–5069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5063}
5064
5065static void ImGui::SetLastItemDataForWindow(ImGuiWindow* window, const ImRect& rect)
5066{
5067 ImGuiContext& g = *GImGui;
5068 SetLastItemData(window->MoveId, g.CurrentItemFlags, window->DC.WindowItemStatusFlags, rect);
5069}
5070
5071static void ImGui::SetLastItemDataForChildWindowItem(ImGuiWindow* window, const ImRect& rect)
5072{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected