MCPcopy Create free account
hub / github.com/MITK/MITK / GetModifiers

Method GetModifiers

Modules/Core/src/Interactions/mitkMouseWheelEvent.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37mitk::InteractionEvent::ModifierKeys mitk::MouseWheelEvent::GetModifiers() const
38{
39 return m_Modifiers;
40}
41
42mitk::InteractionEvent::MouseButtons mitk::MouseWheelEvent::GetButtonStates() const
43{

Callers 1

IsEqualMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected