pub type MaaAdbInputMethod = u64;Expand description
@brief Adb input method flags
Use bitwise OR to set the methods you need. MaaFramework will select the first available method according to priority.
Priority (high to low): EmulatorExtras > Maatouch > MinitouchAndAdbKey > AdbShell
Default: All methods except EmulatorExtras
| Method | Speed | Compatibility | Notes |
|---|---|---|---|
| AdbShell | Slow | High | |
| MinitouchAndAdbKey | Fast | Medium | Key press still uses AdbShell |
| Maatouch | Fast | Medium | |
| EmulatorExtras | Fast | Low | Emulators only: MuMu 12 |