クラス DoubleTapGestureDetector

ダブルタップ検出器 [詳細]

DoubleTapGestureDetectorに対する継承グラフ
GestureDetector

すべてのメンバ一覧

Public メソッド

 DoubleTapGestureDetector ()
 コンストラクタ

Protected メソッド

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

プロパティ

float MaxDistance [get, set]
 最初のdownの位置からの最大許容距離を取得・設定する。
float MaxPressDuration [get, set]
 downからupまでの最大時間を取得・設定する。(ミリ秒)
float MaxNextPressDuration [get, set]
 upからdownまでの最大時間を取得・設定する。(ミリ秒)

イベント

EventHandler< DoubleTapEventArgsDoubleTapDetected
 ダブルタップイベントハンドラ

説明

ダブルタップ検出器


メソッド

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

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

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

GestureDetectorを実装しています。