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

Method GetMonitor

plugins/base/macro-action-projector.cpp:188–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

186}
187
188int MacroActionProjector::GetMonitor() const
189{
190 if (MonitorSetupChanged()) {
191 return -1;
192 }
193 return _monitor;
194}
195
196bool MacroActionProjector::MonitorSetupChanged() const
197{

Callers 1

UpdateEntryDataMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected