| 279 | } |
| 280 | |
| 281 | bool ControllerAgent::long_press(LongPressParam p) |
| 282 | { |
| 283 | auto id = post({ .type = Action::Type::long_press, .param = std::move(p) }); |
| 284 | return wait(id) == MaaStatus_Succeeded; |
| 285 | } |
| 286 | |
| 287 | bool ControllerAgent::swipe(SwipeParam p) |
| 288 | { |