Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
int mitk::MouseWheelEvent::GetWheelDelta() const
28
{
29
return m_WheelDelta;
30
}
31
32
void mitk::MouseWheelEvent::SetWheelDelta(int delta)
33
{
Callers
4
IsEqual
Method · 0.95
ScaleRadius
Method · 0.80
ScaleRadius
Method · 0.80
EventToXML
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected