クラス LongPressGestureDetector

ロングプレス検出器 [詳細]

LongPressGestureDetectorに対する継承グラフ
GestureDetector

すべてのメンバ一覧

Public メソッド

 LongPressGestureDetector ()
 コンストラクタ

Protected メソッド

internal override
GestureDetectorResponse 
OnTouchEvent (TouchEventCollection touchEvents)
 タッチイベントを配信する。
internal override void OnResetState ()
 ジェスチャ解析の状態をリセットする。

プロパティ

float MaxDistance [get, set]
 最初のdownの位置からの最大許容距離を取得・設定する。
float MinPressDuration [get, set]
 ロングプレスを検出するまでの最小時間を取得・設定する。(ミリ秒)

イベント

EventHandler< LongPressEventArgsLongPressDetected
 ロングプレスイベントハンドラ

説明

ロングプレス検出器


メソッド

internal override GestureDetectorResponse OnTouchEvent ( TouchEventCollection  touchEvents) [protected, virtual]

タッチイベントを配信する。

引数:
touchEventsタッチイベント
戻り値:
タッチイベント配信の応答

GestureDetectorを実装しています。