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

Method get_features

source/MaaWin32ControlUnit/Input/LegacyEventInput.cpp:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22MaaControllerFeature LegacyEventInput::get_features() const
23{
24 return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick;
25}
26
27// get_features() 返回 MaaControllerFeature_UseMouseDownAndUpInsteadOfClick,
28// 上层 ControllerAgent 会使用 touch_down/touch_up 替代 click/swipe

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected