| 223 | } |
| 224 | |
| 225 | bool AdbControlUnitMgr::click_key(int key) |
| 226 | { |
| 227 | if (!input_) { |
| 228 | LogError << "input_ is null"; |
| 229 | return false; |
| 230 | } |
| 231 | |
| 232 | return input_->click_key(key); |
| 233 | } |
| 234 | |
| 235 | bool AdbControlUnitMgr::input_text(const std::string& text) |
| 236 | { |