Table of Contents

Method Click

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

Click(int, int)

Clicks a point.

public MaaJob Click(int x, int y)

Parameters

x int

The horizontal coordinate of the point.

y int

The vertical coordinate of the point.

Returns

MaaJob

A click MaaFramework.Binding.MaaJob.

Remarks

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