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

Method click_key

source/MaaKWinControlUnit/Manager/KWinControlUnitMgr.cpp:166–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166bool KWinControlUnitMgr::click_key(int key)
167{
168 LogError << "deprecated: get_features() returns MaaControllerFeature_UseKeyboardDownAndUpInsteadOfClick, "
169 "use key_down/key_up instead"
170 << VAR(key);
171 return false;
172}
173
174bool KWinControlUnitMgr::input_text(const std::string& text)
175{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected