MCPcopy Create free account
hub / github.com/degeneratehyperbola/NEPS / GetDrawListSharedData

Method GetDrawListSharedData

shared_lib/imgui/imgui.cpp:3502–3505  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3500}
3501
3502ImDrawListSharedData* ImGui::GetDrawListSharedData()
3503{
3504 return &GImGui->DrawListSharedData;
3505}
3506
3507void ImGui::StartMouseMovingWindow(ImGuiWindow* window)
3508{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected