| 273 | } |
| 274 | |
| 275 | bool ControllerAgent::click(ClickParam p) |
| 276 | { |
| 277 | auto id = post({ .type = Action::Type::click, .param = std::move(p) }); |
| 278 | return wait(id) == MaaStatus_Succeeded; |
| 279 | } |
| 280 | |
| 281 | bool ControllerAgent::long_press(LongPressParam p) |
| 282 | { |