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

Method click

source/MaaFramework/Controller/ControllerAgent.cpp:275–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275bool ControllerAgent::click(ClickParam p)
276{
277 auto id = post({ .type = Action::Type::click, .param = std::move(p) });
278 return wait(id) == MaaStatus_Succeeded;
279}
280
281bool ControllerAgent::long_press(LongPressParam p)
282{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected