| 67 | } |
| 68 | |
| 69 | MaaCtrlId MaaControllerPostClick(MaaController* ctrl, int32_t x, int32_t y) |
| 70 | { |
| 71 | return MaaControllerPostClickV2(ctrl, x, y, 0, 1); |
| 72 | } |
| 73 | |
| 74 | MaaCtrlId MaaControllerPostClickV2(MaaController* ctrl, int32_t x, int32_t y, int32_t contact, int32_t pressure) |
| 75 | { |
nothing calls this directly
no test coverage detected