| 381 | } |
| 382 | |
| 383 | std::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 | |
| 390 | InputFilter::Action *InputFilter::KeyboardBroadcastAction::clone() const |
| 391 | { |
nothing calls this directly
no outgoing calls
no test coverage detected