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

Method input_text

source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:235–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235bool AdbControlUnitMgr::input_text(const std::string& text)
236{
237 if (!input_) {
238 LogError << "input_ is null";
239 return false;
240 }
241
242 return input_->input_text(text);
243}
244
245bool AdbControlUnitMgr::key_down(int key)
246{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected