mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-08-06 10:44:01 +00:00
[client] keybind: display help overlay while ScrollLock is held
This overlay will show the list of keybindings.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user