[client] imgui: ask display server to display cursors

This commit is contained in:
Quantum
2021-07-29 17:36:28 -04:00
committed by Geoffrey McRae
parent 11a5864969
commit 0402dd521a
4 changed files with 49 additions and 6 deletions

View File

@@ -48,12 +48,13 @@ struct AppState
{
enum RunState state;
ImGuiIO * io;
ImGuiStyle * style;
struct ll * overlays;
char * fontName;
ImFont * fontLarge;
bool overlayInput;
ImGuiIO * io;
ImGuiStyle * style;
struct ll * overlays;
char * fontName;
ImFont * fontLarge;
bool overlayInput;
ImGuiMouseCursor cursorLast;
bool alertShow;
char * alertMessage;