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

Method PauseHotkeysEnabled

lib/macro/macro.cpp:1095–1098  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1093}
1094
1095bool Macro::PauseHotkeysEnabled() const
1096{
1097 return _registerHotkeys;
1098}
1099
1100static void pauseCB(void *data, obs_hotkey_id, obs_hotkey_t *, bool pressed)
1101{

Callers 1

MacroSettingsDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected