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

Method get_features

source/MaaWin32ControlUnit/Input/MessageInput.cpp:848–851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846}
847
848MaaControllerFeature MessageInput::get_features() const
849{
850 return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick;
851}
852
853// get_features() 返回 MaaControllerFeature_UseMouseDownAndUpInsteadOfClick,
854// 上层 ControllerAgent 会使用 touch_down/touch_up 替代 click/swipe

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected