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

Method SetHotkeysDesc

lib/macro/macro.cpp:1178–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1176}
1177
1178void Macro::SetHotkeysDesc() const
1179{
1180 setHotkeyDescriptionHelper("AdvSceneSwitcher.hotkey.macro.pause", _name,
1181 _pauseHotkey);
1182 setHotkeyDescriptionHelper("AdvSceneSwitcher.hotkey.macro.unpause",
1183 _name, _unpauseHotkey);
1184 setHotkeyDescriptionHelper("AdvSceneSwitcher.hotkey.macro.togglePause",
1185 _name, _togglePauseHotkey);
1186}
1187
1188void SaveMacros(obs_data_t *obj)
1189{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected