Event PinchDetected
Occurs when a two-finger pinch (scale) gesture is detected.
public event EventHandler<SKPinchGestureEventArgs>? PinchDetected
Returns
Remarks
Pinch events fire continuously while two or more touches are active and moving. The ScaleDelta is a per-event relative multiplier.