Method Scroll
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
Scroll(int, int)
Posts a scroll action.
MaaJob Scroll(int dx, int dy)Parameters
dxint-
The horizontal scroll delta. Positive values scroll right, negative values scroll left.
dyint-
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.