private void fingerUp(float x, float y) {
   this.tempX = 0;
   this.tempY = 0;
   drawing.fingerUp(x, y, paper);
   this.isMoving = false;
 }