| 84 | } |
| 85 | |
| 86 | MaaCtrlId 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 | |
| 91 | MaaCtrlId MaaControllerPostSwipeV2( |
| 92 | MaaController* ctrl, |
nothing calls this directly
no test coverage detected