libobs: Add scene item hotkeys

This commit is contained in:
Palana
2015-05-09 03:33:55 +02:00
parent 7b3b083889
commit 23a2228142
6 changed files with 100 additions and 0 deletions

View File

@@ -124,6 +124,9 @@ EXPORT void obs_hotkeys_set_audio_hotkeys_translations(
const char *mute, const char *unmute,
const char *push_to_mute, const char *push_to_talk);
EXPORT void obs_hotkeys_set_sceneitem_hotkeys_translations(
const char *show, const char *hide);
/* registering hotkeys (giving hotkeys a name and a function) */
typedef void (*obs_hotkey_func)(void *data,