MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / DrawShadowedText

Function DrawShadowedText

pcsx2/ImGui/FullscreenUI.cpp:1547–1551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1545}
1546
1547static void DrawShadowedText(
1548 ImDrawList* dl, std::pair<ImFont*, float> font, const ImVec2& pos, u32 col, const char* text, const char* text_end = nullptr, float wrap_width = 0.0f)
1549{
1550 ImGuiFullscreen::AddTextWithShadow(dl, font, pos, col, text, text_end, wrap_width);
1551}
1552
1553void FullscreenUI::DrawPauseMenu(MainWindowType type)
1554{

Callers 1

DrawPauseMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected