Tap detector. More...
Public Member Functions | |
TapGestureDetector () | |
Constructor. | |
Protected Member Functions | |
internal override GestureDetectorResponse | OnTouchEvent (TouchEventCollection touchEvents) |
Distributes a touch event. | |
internal override void | OnResetState () |
Resets the state of gesture analysis. | |
Properties | |
float | MaxDistance [get, set] |
Obtains and sets the maximum allowable distance from the first down position. | |
float | MaxPressDuration [get, set] |
Obtains and sets the maximum time until down changes to up. | |
Events | |
EventHandler< TapEventArgs > | TapDetected |
Tap event handler. |
Tap detector.
internal override GestureDetectorResponse OnTouchEvent | ( | TouchEventCollection | touchEvents | ) | [protected, virtual] |
Distributes a touch event.
touchEvents | Touch event |
Implements GestureDetector.
float MaxPressDuration [get, set] |
Obtains and sets the maximum time until down changes to up.
(ms)