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

Method input_text

source/MaaRecordControlUnit/RecordController.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155bool RecordController::input_text(const std::string& text)
156{
157 return forward_and_record(RecordType::input_text, RecordInputText { text }, [&]() { return inner_->input_text(text); });
158}
159
160bool RecordController::key_down(int key)
161{

Callers

nothing calls this directly

Calls 1

input_textMethod · 0.65

Tested by

no test coverage detected