1

我正在使用 flash builder burrito 并且我正在使用移动应用程序。是否可以使用平移手势事件拖动 UIComponent ???。

4

1 回答 1

0

You can do the draging by using below.

When user onTouch UIComponent then make a condition

MotionEvent.ACTION_DOWN make it UINAME#.startDrag(); MotionEvent.ACTION_UP UINAME#.stopDrag();

于 2011-05-04T05:40:39.100 回答