Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
188
int MacroActionProjector::GetMonitor() const
189
{
190
if (MonitorSetupChanged()) {
191
return -1;
192
}
193
return _monitor;
194
}
195
196
bool MacroActionProjector::MonitorSetupChanged() const
197
{
Callers
1
UpdateEntryData
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected