Table of Contents

Method ProcessTouchDown

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessTouchDown(long, SKPoint, bool)

Processes a touch down event.

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

Parameters

id long

The unique identifier for this touch.

location SKPoint

The location of the touch.

isMouse bool

Whether this is a mouse event.

Returns

bool

True if the event was handled.