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

Method input_text

source/MaaAdbControlUnit/Input/MtouchHelper.cpp:46–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46bool MtouchHelper::input_text(const std::string& text)
47{
48 if (!adb_shell_input_) {
49 LogError << "adb_shell_input_ is nullptr";
50 return false;
51 }
52 return adb_shell_input_->input_text(text);
53}
54
55bool MtouchHelper::key_down(int key)
56{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected