Table of Contents

Method ProcessTouchCancel

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchCancel(long)

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

public bool ProcessTouchCancel(long id)

Parameters

id long

The unique identifier for the cancelled touch pointer.

Returns

bool

true if the event was processed; otherwise, false.