[client] add option to always show cursor

This commit is contained in:
jonpas
2020-11-15 14:41:22 +01:00
committed by Geoffrey McRae
parent b942085e6c
commit db51acdd8a
4 changed files with 14 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ struct AppParams
bool showAlerts;
bool captureOnStart;
bool quickSplash;
bool alwaysShowCursor;
unsigned int cursorPollInterval;
unsigned int framePollInterval;