/** {@inheritDoc} */
@Override
public void commitEvent(Event event) {
Action action;
MouseEvent3D me3d = (MouseEvent3D) event;
MouseEvent me = (MouseEvent) me3d.getAwtEvent();
// We only recognize some events on the border when user has control
if (view == null || view.getWindow() == null ||
view.getWindow().getApp() == null || view.getWindow().getApp().getControlArb() == null) {
return;