Table of Contents

Enum AdbInputMethods

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll
[Flags]
public enum AdbInputMethods : ulong

Fields

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

Remarks

Use bitwise OR to set the method you need, MaaFramework will select the available ones according to priority. The priority is: EmulatorExtras > Maatouch > MinitouchAndAdbKey > AdbShell