Add hotkey to toggle pause state of macros

This commit is contained in:
WarmUpTill
2021-11-30 20:37:04 +01:00
committed by WarmUpTill
parent 8fdacc3ef7
commit c527f15744
3 changed files with 62 additions and 38 deletions

View File

@@ -112,6 +112,7 @@ private:
int _count = 0;
obs_hotkey_id _pauseHotkey = OBS_INVALID_HOTKEY_ID;
obs_hotkey_id _unpauseHotkey = OBS_INVALID_HOTKEY_ID;
obs_hotkey_id _togglePauseHotkey = OBS_INVALID_HOTKEY_ID;
};
Macro *GetMacroByName(const char *name);