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

Function isInteractable

plugins/base/macro-action-source.cpp:126–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126static bool isInteractable(obs_source_t *source)
127{
128 uint32_t flags = obs_source_get_output_flags(source);
129 return (flags & OBS_SOURCE_INTERACTION) != 0;
130}
131
132static void closeSourceDialog(obs_source_t *source, bool accept,
133 const char *className)

Callers 1

PerformActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected