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

Method click

source/MaaWin32ControlUnit/Manager/Win32ControlUnitMgr.cpp:282–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282bool Win32ControlUnitMgr::click(int x, int y)
283{
284 if (!mouse_) {
285 LogError << "mouse_ is null";
286 return false;
287 }
288
289 return mouse_->click(x, y);
290}
291
292bool Win32ControlUnitMgr::swipe(int x1, int y1, int x2, int y2, int duration)
293{

Callers

nothing calls this directly

Calls 1

clickMethod · 0.65

Tested by

no test coverage detected