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.