Table of Contents

Method MaaPlayCoverControllerCreate

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

MaaPlayCoverControllerCreate(string, string)

Create a PlayCover controller for macOS.

public static nint MaaPlayCoverControllerCreate(string address, string uuid)

Parameters

address string

The PlayTools service address in "host:port" format.

uuid string

The application bundle identifier (e.g., "com.hypergryph.arknights").

Returns

nint

The controller handle, or nullptr on failure.

Remarks

This controller is designed for PlayCover on macOS.

Some features are not supported: start_app, input_text, click_key, key_down, key_up, scroll.

Only single touch is supported (contact must be 0).