| 22 | } |
| 23 | |
| 24 | mitk::InteractionEvent::ModifierKeys mitk::MouseMoveEvent::GetModifiers() const |
| 25 | { |
| 26 | return m_Modifiers; |
| 27 | } |
| 28 | |
| 29 | mitk::InteractionEvent::MouseButtons mitk::MouseMoveEvent::GetButtonStates() const |
| 30 | { |
no outgoing calls
no test coverage detected