| 488 | } |
| 489 | |
| 490 | const char *InputFilter::KeystrokeAction::formatName() const |
| 491 | { |
| 492 | return (m_press ? "keyDown" : "keyUp"); |
| 493 | } |
| 494 | |
| 495 | InputFilter::MouseButtonAction::MouseButtonAction( |
| 496 | IEventQueue *events, const IPlatformScreen::ButtonInfo &info, bool press |
nothing calls this directly
no outgoing calls
no test coverage detected