Enum AdbInputMethods
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
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 |
[Flags]
public enum AdbInputMethods : ulongFields
AdbShell = 1All = 18446744073709551615Default = 18446744073709551607EmulatorExtras = 8Maatouch = 4MinitouchAndAdbKey = 2None = 0