Table of Contents

Method ProcessTouchMove

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchMove(long, SKPoint, bool)

Processes a touch move event.

public bool ProcessTouchMove(long id, SKPoint location, bool inContact = true)

Parameters

id long

The unique identifier for this touch.

location SKPoint

The new location of the touch.

inContact bool

Whether the touch is in contact with the surface.

Returns

bool

True if the event was handled.