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

Method click_key

source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:225–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225bool AdbControlUnitMgr::click_key(int key)
226{
227 if (!input_) {
228 LogError << "input_ is null";
229 return false;
230 }
231
232 return input_->click_key(key);
233}
234
235bool AdbControlUnitMgr::input_text(const std::string& text)
236{

Callers

nothing calls this directly

Calls 1

click_keyMethod · 0.65

Tested by

no test coverage detected