mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 19:38:10 +00:00
[client] imgui: ask display server to display cursors
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user