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

Function MaaControllerPostSwipe

source/Common/MaaController.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86MaaCtrlId MaaControllerPostSwipe(MaaController* ctrl, int32_t x1, int32_t y1, int32_t x2, int32_t y2, int32_t duration)
87{
88 return MaaControllerPostSwipeV2(ctrl, x1, y1, x2, y2, duration, 0, 1);
89}
90
91MaaCtrlId MaaControllerPostSwipeV2(
92 MaaController* ctrl,

Callers

nothing calls this directly

Calls 1

MaaControllerPostSwipeV2Function · 0.85

Tested by

no test coverage detected