SKGLView.OnTouch(SKTouchEventArgs) Method

Definition

Implement this to handle touch events on the surface.

protected virtual void OnTouch (SkiaSharp.Views.Forms.SKTouchEventArgs e);

Parameters

e
SKTouchEventArgs

The event arguments that contain the touch information.

Applies to