MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / get_features

Method get_features

source/MaaAdbControlUnit/Input/MaatouchInput.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43MaaControllerFeature MaatouchInput::get_features() const
44{
45 return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick;
46}
47
48// get_features() 返回 MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick,
49// 上层 ControllerAgent 会使用 key_down/key_up 替代 click_key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected