MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / HighlightMacroSettingsButton

Function HighlightMacroSettingsButton

lib/advanced-scene-switcher.cpp:809–817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

~MacroActionMacroEditMethod · 0.85
SetWidgetVisibilityMethod · 0.85

Calls 2

GetSettingsWindowFunction · 0.50

Tested by

no test coverage detected