| 5063 | } |
| 5064 | |
| 5065 | static 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 | |
| 5071 | static void ImGui::SetLastItemDataForChildWindowItem(ImGuiWindow* window, const ImRect& rect) |
| 5072 | { |
nothing calls this directly
no outgoing calls
no test coverage detected