Table of Contents

Method ProcessTouchUp

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchUp(long, SKPoint, bool)

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

public bool ProcessTouchUp(long id, SKPoint location, bool isMouse = false)

Parameters

id long

The unique identifier for this touch pointer.

location SKPoint

The final location of the touch in view coordinates.

isMouse bool

Whether this event originates from a mouse device.

Returns

bool

true if the event was processed; otherwise, false.