| 440 | } |
| 441 | |
| 442 | const IPlatformScreen::KeyInfo *InputFilter::KeystrokeAction::getInfo() const |
| 443 | { |
| 444 | return m_keyInfo; |
| 445 | } |
| 446 | |
| 447 | bool InputFilter::KeystrokeAction::isOnPress() const |
| 448 | { |
nothing calls this directly
no outgoing calls
no test coverage detected