[client] app: add keybind to toggle frame timing information display

This commit is contained in:
Geoffrey McRae
2021-07-18 09:59:37 +10:00
parent 73357988e6
commit df2f623599
3 changed files with 10 additions and 0 deletions

View File

@@ -55,6 +55,7 @@ struct AppState
bool stopVideo;
bool ignoreInput;
bool showFPS;
bool showTiming;
bool escapeActive;
uint64_t escapeTime;
int escapeAction;