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
Returns
- MaaJob
-
A relative move MaaFramework.Binding.MaaJob.
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerPostRelativeMove(System.IntPtr,System.Int32,System.Int32).