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

Method click

source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:175–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173}
174
175bool AdbControlUnitMgr::click(int x, int y)
176{
177 if (!input_) {
178 LogError << "input_ is null";
179 return false;
180 }
181
182 return input_->click(x, y);
183}
184
185bool AdbControlUnitMgr::swipe(int x1, int y1, int x2, int y2, int duration)
186{

Callers

nothing calls this directly

Calls 1

clickMethod · 0.65

Tested by

no test coverage detected