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

Method click_key

source/MaaFramework/Controller/ControllerAgent.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323bool ControllerAgent::click_key(ClickKeyParam p)
324{
325 auto id = post({ .type = Action::Type::click_key, .param = std::move(p) });
326 return wait(id) == MaaStatus_Succeeded;
327}
328
329bool ControllerAgent::long_press_key(LongPressKeyParam p)
330{

Callers

nothing calls this directly

Calls 1

moveFunction · 0.85

Tested by

no test coverage detected