Page MenuHomePhabricator

PlanarFigureInteractor should not check mousebuttons
Closed, ResolvedPublic

Description

Unfortunately, the mitkPlanarFigureInteractor currently checks which mousebutton has been pressed itself. Depending on the button, the logic is slightly different.

However, the Interactors should never check mouse buttons or such stuff in their code. This kind of logic has to be completely defined by the statemachine pattern.

Event Timeline

Check for Mousebuttons has been removed in commit c4d1f2dc9a6829188edc6fef4c85189117261d05. Will be merged into master after release.

[15a51d]: Merge branch 'bug-12133-planarfigureinteractor-mousebutton-check'

Merged commits:

2012-06-06 11:29:39 Markus Engel [c4d1f2]
no longer checking the mouse-button in the interactor

Changes have been merged into master