Table of Contents

Enum MacOSInputMethod

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll
MacOS input method.

Select ONE method only.

| Method          | Description                                                                                                        |
     |-----------------|--------------------------------------------------------------------------------------------------------------------|
     | GlobalEvent     | Injects into the global HID event stream via CGEventPost(kCGHIDEventTap), dispatched by the OS to the front window |
     | PostToPid       | Directly send to target process using CGEventPostToPid                                                             |
public enum MacOSInputMethod : ulong

Fields

GlobalEvent = 1
None = 0
PostToPid = 2