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

Method click

source/MaaDbgControlUnit/DbgController.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool DbgController::click(int /*x*/, int /*y*/)
135{
136 return true;
137}
138
139bool DbgController::swipe(int /*x1*/, int /*y1*/, int /*x2*/, int /*y2*/, int /*duration*/)
140{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected