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

Method SwitchToScreenAction

src/lib/server/InputFilter.cpp:268–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268InputFilter::SwitchToScreenAction::SwitchToScreenAction(IEventQueue *events, const std::string &screen)
269 : m_screen(screen),
270 m_events(events)
271{
272 // do nothing
273}
274
275std::string InputFilter::SwitchToScreenAction::getScreen() const
276{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected