| 266 | } |
| 267 | |
| 268 | InputFilter::SwitchToScreenAction::SwitchToScreenAction(IEventQueue *events, const std::string &screen) |
| 269 | : m_screen(screen), |
| 270 | m_events(events) |
| 271 | { |
| 272 | // do nothing |
| 273 | } |
| 274 | |
| 275 | std::string InputFilter::SwitchToScreenAction::getScreen() const |
| 276 | { |
nothing calls this directly
no outgoing calls
no test coverage detected