[client] keybind: display help overlay while ScrollLock is held

This overlay will show the list of keybindings.
This commit is contained in:
Quantum
2021-01-30 04:52:52 -05:00
committed by Geoffrey McRae
parent ead8069dae
commit 96dc8c602c
2 changed files with 60 additions and 0 deletions

View File

@@ -110,5 +110,9 @@ void app_releaseKeybind(KeybindHandle * handle);
*/
void app_releaseAllKeybinds(void);
/**
* Changes whether the help message is displayed or not.
*/
void app_showHelp(bool show);
#endif