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