[client] app: add option to disable waiting for host message

This commit is contained in:
Marco Rodolfi
2025-06-28 17:10:31 +02:00
committed by Geoffrey McRae
parent f15d72cdfe
commit add45347b5
3 changed files with 49 additions and 37 deletions

View File

@@ -204,6 +204,7 @@ struct AppParams
int uiSize;
bool jitRender;
bool requestActivation;
bool disableWaitingMessage;
unsigned int cursorPollInterval;
unsigned int framePollInterval;