[client] overlay: add record indicator

This commit is contained in:
Quantum
2022-03-19 01:02:04 -04:00
committed by Geoffrey McRae
parent 97cef000fd
commit 1685249f3a
6 changed files with 98 additions and 0 deletions

View File

@@ -150,6 +150,8 @@ void app_msgBoxClose(MsgBoxHandle handle);
typedef struct KeybindHandle * KeybindHandle;
typedef void (*KeybindFn)(int sc, void * opaque);
void app_showRecord(bool show);
/**
* Register a handler for the <super>+<key> combination
* @param sc The scancode to register