Table of Contents

Method Scroll

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

Scroll(int, int)

Posts a scroll action.

MaaJob Scroll(int dx, int dy)

Parameters

dx int

The horizontal scroll delta. Positive values scroll right, negative values scroll left.

dy int

The vertical scroll delta. Positive values scroll down, negative values scroll up.

Returns

MaaJob

A scroll MaaFramework.Binding.MaaJob.

Remarks

Not all controllers support scroll. If not supported, the action will fail.