Table of Contents

Method ProcessTouchUp

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchUp(long, SKPoint, bool)

Processes a touch up event.

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

Parameters

id long

The unique identifier for this touch.

location SKPoint

The final location of the touch.

isMouse bool

Whether this is a mouse event (kept for backward compatibility; the stored value from touch-down is used internally).

Returns

bool

True if the event was handled.