Skip to main content

MaaAdbInputMethod

Type Alias MaaAdbInputMethod 

Source
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

MethodSpeedCompatibilityNotes
AdbShellSlowHigh
MinitouchAndAdbKeyFastMediumKey press still uses AdbShell
MaatouchFastMedium
EmulatorExtrasFastLowEmulators only: MuMu 12