Table of Contents

Method ProcessTouchDown

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchDown(long, SKPoint, bool)

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

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

Parameters

id long

The unique identifier for this touch pointer.

location SKPoint

The 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.