[client] imgui: allow arrows to be displayed

This commit is contained in:
Quantum
2022-01-15 00:33:54 -05:00
committed by Geoffrey McRae
parent 5fe529f213
commit b020372972
2 changed files with 15 additions and 2 deletions

View File

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