Table of Contents

Method ProcessTouchMove

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchMove(long, SKPoint, bool)

Processes a touch move event and forwards it to the internal gesture detector.

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

Parameters

id long

The unique identifier for this touch pointer.

location SKPoint

The new location of the touch in view coordinates.

inContact bool

true if the touch is in contact with the surface; false for hover (mouse move without button pressed).

Returns

bool

true if the event was processed; otherwise, false.