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

Method click_key

source/MaaAdbControlUnit/Input/MtouchHelper.cpp:37–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37bool MtouchHelper::click_key(int key)
38{
39 if (!adb_shell_input_) {
40 LogError << "adb_shell_input_ is nullptr";
41 return false;
42 }
43 return adb_shell_input_->click_key(key);
44}
45
46bool MtouchHelper::input_text(const std::string& text)
47{

Callers

nothing calls this directly

Calls 1

click_keyMethod · 0.65

Tested by

no test coverage detected