Table of Contents

Method ProcessMouseWheel

Namespace
SkiaSharp.Extended
Assembly
SkiaSharp.Extended.dll

ProcessMouseWheel(SKPoint, float, float)

Processes a mouse wheel (scroll) event.

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

Parameters

location SKPoint

The location of the mouse pointer.

deltaX float

The horizontal scroll delta.

deltaY float

The vertical scroll delta.

Returns

bool

True if the event was handled.