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

Method post_connection

source/MaaFramework/Controller/ControllerAgent.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57MaaCtrlId ControllerAgent::post_connection()
58{
59 auto id = post({ .type = Action::Type::connect });
60 return focus_id(id);
61}
62
63MaaCtrlId ControllerAgent::post_click(int x, int y, int contact, int pressure)
64{

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected