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 : ulongFields
GlobalEvent = 1None = 0PostToPid = 2