mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-15 20:08:17 +00:00
[client] overlay: add record indicator
This commit is contained in:
@@ -673,6 +673,11 @@ void app_msgBoxClose(MsgBoxHandle handle)
|
||||
overlayMsg_close(handle);
|
||||
}
|
||||
|
||||
void app_showRecord(bool show)
|
||||
{
|
||||
overlayRecord_show(show);
|
||||
}
|
||||
|
||||
KeybindHandle app_registerKeybind(int sc, KeybindFn callback, void * opaque, const char * description)
|
||||
{
|
||||
// don't allow duplicate binds
|
||||
|
Reference in New Issue
Block a user