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

Function MaaControllerPostScroll

source/Common/MaaController.cpp:253–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253MaaCtrlId MaaControllerPostScroll(MaaController* ctrl, int32_t dx, int32_t dy)
254{
255 LogFunc << VAR_VOIDP(ctrl) << VAR(dx) << VAR(dy);
256
257 if (!ctrl) {
258 LogError << "handle is null";
259 return MaaInvalidId;
260 }
261
262 return ctrl->post_scroll(dx, dy);
263}
264
265MaaCtrlId MaaControllerPostShell(MaaController* ctrl, const char* cmd, int64_t timeout)
266{

Callers 1

post_scrollMethod · 0.85

Calls 1

post_scrollMethod · 0.45

Tested by

no test coverage detected