//Un-scale position from mt4j to box2d
PhysicsHelper.scaleDown(to, scale);
switch (de.getId()) {
case DragEvent.GESTURE_DETECTED:
comp.sendToFront();
body.wakeUp();
body.setXForm(new Vec2(to.x, to.y), body.getAngle());
mouseJoint = PhysicsHelper.createDragJoint(world, body, to.x, to.y);
comp.setUserData(comp.getID(), mouseJoint);
break;
case DragEvent.GESTURE_UPDATED: