| 421 | } |
| 422 | |
| 423 | InputFilter::KeystrokeAction::KeystrokeAction(IEventQueue *events, IPlatformScreen::KeyInfo *info, bool press) |
| 424 | : m_keyInfo(info), |
| 425 | m_press(press), |
| 426 | m_events(events) |
| 427 | { |
| 428 | // do nothing |
| 429 | } |
| 430 | |
| 431 | InputFilter::KeystrokeAction::~KeystrokeAction() |
| 432 | { |
nothing calls this directly
no outgoing calls
no test coverage detected