Improve scene trigger handling (#117)

This commit is contained in:
WarmUpTill
2021-02-06 18:23:57 +01:00
committed by GitHub
parent c31d1cd975
commit 5bbfef81e0
2 changed files with 11 additions and 8 deletions

View File

@@ -36,7 +36,8 @@ struct SceneTrigger : SceneSwitcherEntry {
void save(obs_data_t *obj);
void load(obs_data_t *obj);
bool checkMatch(OBSWeakSource previousScene);
bool checkMatch(OBSWeakSource currentScene,
OBSWeakSource previousScene);
void performAction();
void logMatch();
};