示例#1
0
 protected void processTouchDragged() {
   if (!locked) {
     if (getContainer() != null) {
       getContainer().sendToFront(this);
     }
     this.move(this.input.getTouchDX(), this.input.getTouchDY());
     super.processTouchDragged();
   }
 }