Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はフラッシュ ビルダー ブリトーを使用しており、モバイル アプリケーションを使用しています。パン ジェスチャ イベントを使用して UIComponent をドラッグすることは可能ですか?
以下を使用してドラッグを行うことができます。
ユーザー onTouch UIComponent が条件を作成するとき
MotionEvent.ACTION_DOWN にする UINAME#.startDrag(); MotionEvent.ACTION_UP UINAME#.stopDrag();