MCPcopy Create free account
hub / github.com/deskflow/deskflow / ScreenConnectedCondition

Method ScreenConnectedCondition

src/lib/server/InputFilter.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170InputFilter::ScreenConnectedCondition::ScreenConnectedCondition(IEventQueue *events, const std::string &screen)
171 : m_screen(screen),
172 m_events(events)
173{
174 // do nothing
175}
176
177InputFilter::Condition *InputFilter::ScreenConnectedCondition::clone() const
178{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected