Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
mitk::InteractionEvent::ModifierKeys mitk::MouseWheelEvent::GetModifiers() const
38
{
39
return m_Modifiers;
40
}
41
42
mitk::InteractionEvent::MouseButtons mitk::MouseWheelEvent::GetButtonStates() const
43
{
Callers
1
IsEqual
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected