[client] imgui: add mode to forward mouse input to imgui

This commit is contained in:
Quantum
2021-07-26 17:27:47 -04:00
committed by Geoffrey McRae
parent 6c64965703
commit 065d90c3f7
3 changed files with 59 additions and 6 deletions

View File

@@ -53,6 +53,7 @@ struct AppState
struct ll * overlays;
char * fontName;
ImFont * fontLarge;
bool overlayInput;
bool alertShow;
char * alertMessage;