Table of Contents

Event TapDetected

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

Occurs when a single tap is detected.

public event EventHandler<SKTapGestureEventArgs>? TapDetected

Returns

EventHandler<SKTapGestureEventArgs>

Remarks

A tap is recognized when a touch down and up occur within the TouchSlop distance and within the long press duration threshold.