mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-14 11:28:11 +00:00
[client] ui: add input:helpMenuDelay option
This option controls the time period (in ms) after which the help menu appears when holding down the escape key. After this time period, capture mode is no longer toggled. This fixes #527.
This commit is contained in:
@@ -137,6 +137,7 @@ struct AppParams
|
||||
bool captureOnStart;
|
||||
bool quickSplash;
|
||||
bool alwaysShowCursor;
|
||||
uint64_t helpMenuDelayUs;
|
||||
|
||||
unsigned int cursorPollInterval;
|
||||
unsigned int framePollInterval;
|
||||
|
Reference in New Issue
Block a user