| 208 | } |
| 209 | |
| 210 | InputFilter::LockCursorToScreenAction::Mode InputFilter::LockCursorToScreenAction::getMode() const |
| 211 | { |
| 212 | return m_mode; |
| 213 | } |
| 214 | |
| 215 | InputFilter::Action *InputFilter::LockCursorToScreenAction::clone() const |
| 216 | { |
nothing calls this directly
no outgoing calls
no test coverage detected