}
break;
case PS_MOVE: {
Point translation = new Point(tile.x - mousePressLocation.x, tile.y - mousePressLocation.y);
layer.translate(translation.x, translation.y);
moveDist.translate(translation.x, translation.y);
mapView.repaint();
break;
}
case PS_MARQUEE: