Table of Contents

Method RelativeMove

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

RelativeMove(int, int)

Moves the mouse/pointer relative to its current position.

MaaJob RelativeMove(int dx, int dy)

Parameters

dx int

The relative horizontal offset.

dy int

The relative vertical offset.

Returns

MaaJob

A relative move MaaFramework.Binding.MaaJob.