Table of Contents

Class SKLongPressGestureEventArgs

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Provides data for a long press gesture event.

public class SKLongPressGestureEventArgs : EventArgs
Inheritance
SKLongPressGestureEventArgs
Inherited Members

Remarks

A long press is detected when a touch is held stationary (within the TouchSlop threshold) for at least LongPressDuration milliseconds.

LongPressDetected LongPressDuration

Constructors

SKLongPressGestureEventArgs(SKPoint, TimeSpan)

Initializes a new instance of the SKLongPressGestureEventArgs class.

Properties

Duration

Gets the duration the touch was held before the long press was recognized.

Location

Gets the location of the long press in view coordinates.