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

Function MaaControllerPostStopApp

source/Common/MaaController.cpp:164–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164MaaCtrlId MaaControllerPostStopApp(MaaController* ctrl, const char* intent)
165{
166 LogFunc << VAR_VOIDP(ctrl) << VAR(intent);
167
168 if (!ctrl) {
169 LogError << "handle is null";
170 return MaaInvalidId;
171 }
172
173 if (!intent) {
174 LogError << "intent is null";
175 return MaaInvalidId;
176 }
177
178 return ctrl->post_stop_app(intent);
179}
180
181MaaCtrlId MaaControllerPostTouchDown(MaaController* ctrl, int32_t contact, int32_t x, int32_t y, int32_t pressure)
182{

Callers 1

post_stop_appMethod · 0.85

Calls 1

post_stop_appMethod · 0.45

Tested by

no test coverage detected