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

Method click_key

source/MaaRecordControlUnit/RecordController.cpp:150–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150bool RecordController::click_key(int key)
151{
152 return forward_and_record(RecordType::click_key, RecordKey { key }, [&]() { return inner_->click_key(key); });
153}
154
155bool RecordController::input_text(const std::string& text)
156{

Callers

nothing calls this directly

Calls 1

click_keyMethod · 0.65

Tested by

no test coverage detected