Table of Contents

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 : ulong

Fields

AdbShell = 1
All = 18446744073709551615
Default = 18446744073709551607
EmulatorExtras = 8
Maatouch = 4
MinitouchAndAdbKey = 2
None = 0