| 807 | } |
| 808 | |
| 809 | void HighlightMacroSettingsButton(bool enable) |
| 810 | { |
| 811 | auto window = GetSettingsWindow(); |
| 812 | if (!window) { |
| 813 | return; |
| 814 | } |
| 815 | static_cast<AdvSceneSwitcher *>(window)->HighlightMacroSettingsButton( |
| 816 | enable); |
| 817 | } |
| 818 | |
| 819 | extern "C" EXPORT void InitSceneSwitcher(obs_module_t *module, |
| 820 | translateFunc translate) |
no test coverage detected