Event DoubleTapDetected
Occurs when a double tap is detected.
public event EventHandler<SKTapGestureEventArgs>? DoubleTapDetected
Returns
Remarks
A double tap is recognized when two taps occur within 300 ms of each other and within the DoubleTapSlop distance.