return true;
} else if (isShiftDown()) {
view.onAction(ActionType.LOOK);
return true;
} else if (!doubleClick) {
return view.onHarmlessAction();
}
} else if (windowWasActiveOnMousePressed && !isCtrlDown()) {
if (!doubleClick) {
createAndSendMoveToAction(location, false);
// let it pass "unhandled", so that the possible double click