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

Method get_features

source/MaaWin32ControlUnit/Input/SeizeInput.cpp:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36MaaControllerFeature SeizeInput::get_features() const
37{
38 return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick;
39}
40
41// get_features() 返回 MaaControllerFeature_UseMouseDownAndUpInsteadOfClick,
42// 上层 ControllerAgent 会使用 touch_down/touch_up 替代 click/swipe

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected