Long press detector. More...
Public Member Functions | |
LongPressGestureDetector () | |
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 | MinPressDuration [get, set] |
Obtains and sets the minimum time until a long press is detected. | |
Events | |
EventHandler< LongPressEventArgs > | LongPressDetected |
Long press event handler. |
Long press detector.
internal override GestureDetectorResponse OnTouchEvent | ( | TouchEventCollection | touchEvents | ) | [protected, virtual] |
Distributes a touch event.
touchEvents | Touch event |
Implements GestureDetector.
float MinPressDuration [get, set] |
Obtains and sets the minimum time until a long press is detected.
(ms)