Table of Contents

Method ProcessMouseWheel

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessMouseWheel(SKPoint, float, float)

Processes a mouse wheel (scroll) event and forwards it to the internal gesture detector.

public bool ProcessMouseWheel(SKPoint location, float deltaX, float deltaY)

Parameters

location SKPoint

The position of the mouse cursor in view coordinates.

deltaX float

The horizontal scroll delta.

deltaY float

The vertical scroll delta.

Returns

bool

true if the event was processed; otherwise, false.