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

Method click

source/MaaRecordControlUnit/RecordController.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119bool RecordController::click(int x, int y)
120{
121 return forward_and_record(RecordType::click, RecordClick { x, y }, [&]() { return inner_->click(x, y); });
122}
123
124bool RecordController::swipe(int x1, int y1, int x2, int y2, int duration)
125{

Callers

nothing calls this directly

Calls 1

clickMethod · 0.65

Tested by

no test coverage detected