Event PanDetected
Occurs when a single-finger pan (drag) gesture is detected.
public event EventHandler<SKPanGestureEventArgs>? PanDetected
Returns
Remarks
Pan events fire continuously as a single touch moves beyond the TouchSlop threshold.
Occurs when a single-finger pan (drag) gesture is detected.
public event EventHandler<SKPanGestureEventArgs>? PanDetected
Pan events fire continuously as a single touch moves beyond the TouchSlop threshold.