| 15868 | } |
| 15869 | |
| 15870 | ImGuiViewport* ImGui::GetMainViewport() |
| 15871 | { |
| 15872 | ImGuiContext& g = *GImGui; |
| 15873 | return g.Viewports[0]; |
| 15874 | } |
| 15875 | |
| 15876 | void ImGui::SetWindowViewport(ImGuiWindow* window, ImGuiViewportP* viewport) |
| 15877 | { |
nothing calls this directly
no outgoing calls
no test coverage detected