pub type MaaMacOSInputMethod = u64;Expand description
@brief 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 |