| 1545 | } |
| 1546 | |
| 1547 | static 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 | |
| 1553 | void FullscreenUI::DrawPauseMenu(MainWindowType type) |
| 1554 | { |