Table of Contents

Method StickMove

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

StickMove(GamepadTouch, short, short)

Usage: StickStart -> StickMove -> StickEnd.

public MaaJob StickMove(GamepadTouch contact, short x, short y)

Parameters

contact GamepadTouch

The MaaFramework.Binding.GamepadTouch value.

x short

The horizontal coordinate of the point.

y short

The vertical coordinate of the point.

Returns

MaaJob

A touch move MaaFramework.Binding.MaaJob.