Table of Contents

Method RelativeMove

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.Native.dll

RelativeMove(int, int)

Moves the mouse/pointer relative to its current position.

public 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.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerPostRelativeMove(System.IntPtr,System.Int32,System.Int32).