[client] overlay: add ImGui support for non-latin characters

This commit is contained in:
Geoffrey McRae
2026-07-30 12:39:47 +10:00
parent f3155647d2
commit 4f02eda913
9 changed files with 374 additions and 21 deletions

View File

@@ -64,7 +64,6 @@ struct AppState
struct ll * overlays;
char * fontName;
ImFont * fontLarge;
ImVector_ImWchar fontRange;
bool overlayInput;
ImGuiMouseCursor cursorLast;
char * imGuiIni;