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

Method GetDrawListSharedData

include/imgui/imgui.cpp:5265–5268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5263}
5264
5265ImDrawListSharedData* ImGui::GetDrawListSharedData()
5266{
5267 return &GImGui->DrawListSharedData;
5268}
5269
5270void ImGui::StartMouseMovingWindow(ImGuiWindow* window)
5271{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected