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

Method GetWheelDelta

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

Source from the content-addressed store, hash-verified

25}
26
27int mitk::MouseWheelEvent::GetWheelDelta() const
28{
29 return m_WheelDelta;
30}
31
32void mitk::MouseWheelEvent::SetWheelDelta(int delta)
33{

Callers 4

IsEqualMethod · 0.95
ScaleRadiusMethod · 0.80
ScaleRadiusMethod · 0.80
EventToXMLMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected