ジェスチャ検出機構の基底クラス [詳細]
Public メソッド | |
GestureDetector () | |
コンストラクタ | |
Protected メソッド | |
abstract internal GestureDetectorResponse | OnTouchEvent (TouchEventCollection touchEvents) |
タッチイベントを配信する。 | |
abstract internal void | OnResetState () |
ジェスチャ検出の状態をリセットする。 | |
プロパティ | |
GestureDetectorResponse | State [get, set] |
GestureDetectorの状態を取得する。 | |
Widget | TargetWidget [get, set] |
ジェスチャ検出対象のウィジェットを取得する |
ジェスチャ検出機構の基底クラス
abstract internal GestureDetectorResponse OnTouchEvent | ( | TouchEventCollection | touchEvents | ) | [protected, pure virtual] |
タッチイベントを配信する。
touchEvents | タッチイベント |
DoubleTapGestureDetector, DragGestureDetector, FlickGestureDetector, LongPressGestureDetector, PinchGestureDetector, と TapGestureDetectorで実装されています。
GestureDetectorResponse State [get, set] |
GestureDetectorの状態を取得する。
前回のOnTouchEventで返却されたGestureDetectorResponseを取得することができる。OnResetStateが呼ばれるとNoneが設定される。