Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wemino/MarkerPatch
/ GetWindowDrawList
Method
GetWindowDrawList
include/imgui/imgui.cpp:8736–8740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
8734
}
8735
8736
ImDrawList* ImGui::GetWindowDrawList()
8737
{
8738
ImGuiWindow* window = GetCurrentWindow();
8739
return window->DrawList;
8740
}
8741
8742
ImFont* ImGui::GetFont()
8743
{
Callers
nothing calls this directly
Calls
1
GetCurrentWindow
Function · 0.85
Tested by
no test coverage detected