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

Method get_features

source/MaaKWinControlUnit/Manager/KWinControlUnitMgr.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87MaaControllerFeature KWinControlUnitMgr::get_features() const
88{
89 return MaaControllerFeature_UseMouseDownAndUpInsteadOfClick | MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick;
90}
91
92bool KWinControlUnitMgr::start_app(const std::string& intent)
93{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected