Type Alias maa_framework::internal::MaaAdbControllerTypeEnum
source · pub type MaaAdbControllerTypeEnum = c_int;Available on crate feature
internal only.Expand description
@brief ADB controller type
The ADB controller type consists of three parts: touch, key, and screencap. The touch part is used to control the touch events on the device. The key part is used to control the key events on the device. The screencap part is used to capture the screen of the device. The final value is the combination of the three parts as follows:
touch_type | key_type | screencap_type
Trait Implementations§
source§impl From<MaaAdbControllerType> for MaaAdbControllerTypeEnum
Available on crate feature adb only.
impl From<MaaAdbControllerType> for MaaAdbControllerTypeEnum
Available on crate feature
adb only.source§fn from(value: MaaAdbControllerType) -> Self
fn from(value: MaaAdbControllerType) -> Self
Converts to this type from the input type.