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

Method GetEventButton

Modules/Core/src/Interactions/mitkMousePressEvent.cpp:28–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26}
27
28mitk::InteractionEvent::MouseButtons mitk::MousePressEvent::GetEventButton() const
29{
30 return m_EventButton;
31}
32
33void mitk::MousePressEvent::SetEventButton(MouseButtons buttons)
34{

Callers 2

IsEqualMethod · 0.95
GetEventButtonFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected