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

Method getScreens

src/lib/server/InputFilter.cpp:383–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383std::set<std::string> InputFilter::KeyboardBroadcastAction::getScreens() const
384{
385 std::set<std::string> screens;
386 IKeyState::KeyInfo::split(m_screens.c_str(), screens);
387 return screens;
388}
389
390InputFilter::Action *InputFilter::KeyboardBroadcastAction::clone() const
391{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected