Table of Contents

Interface IMaaCustomController

Namespace
MaaFramework.Binding.Custom
Assembly
MaaFramework.Binding.dll

An interface representing implementation is maa custom controller.

public interface IMaaCustomController : IMaaCustomResource, IMaaCustom, IDisposable

Implements

Methods

Click(int, int)
Connect()
InputText(string)
PressKey(int)
RequestResolution(out int, out int)
RequestUuid(in IMaaStringBuffer)
Screencap(in IMaaImageBuffer)
StartApp(string)
StopApp(string)
Swipe(int, int, int, int, int)
TouchDown(int, int, int, int)
TouchMove(int, int, int, int)
TouchUp(int)