ISKCanvasViewController.OnTouch(SKTouchEventArgs) Method

Definition

The method that is invoked when there is a touch event on the native view.

public void OnTouch (SkiaSharp.Views.Forms.SKTouchEventArgs e);

Parameters

e
SKTouchEventArgs

The event arguments that contain the touch information.

Applies to