| 339 | } |
| 340 | |
| 341 | bool ControllerAgent::key_up(ClickKeyParam p) |
| 342 | { |
| 343 | auto id = post({ .type = Action::Type::key_up, .param = std::move(p) }); |
| 344 | return wait(id) == MaaStatus_Succeeded; |
| 345 | } |
| 346 | |
| 347 | bool ControllerAgent::input_text(InputTextParam p) |
| 348 | { |