@Override
 protected void onPress(float x, float y) {
   super.onPress(x, y);
   this.origoTouchX = x;
 }