MCPcopy Create free account
hub / github.com/Aegel5/SimpleSwitcher / GetDrawListSharedData

Method GetDrawListSharedData

imgui_tiny_app/imgui/imgui.cpp:5350–5353  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5348}
5349
5350ImDrawListSharedData* ImGui::GetDrawListSharedData()
5351{
5352 return &GImGui->DrawListSharedData;
5353}
5354
5355void ImGui::StartMouseMovingWindow(ImGuiWindow* window)
5356{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected