| 35 | } |
| 36 | |
| 37 | bool MtouchHelper::click_key(int key) |
| 38 | { |
| 39 | if (!adb_shell_input_) { |
| 40 | LogError << "adb_shell_input_ is nullptr"; |
| 41 | return false; |
| 42 | } |
| 43 | return adb_shell_input_->click_key(key); |
| 44 | } |
| 45 | |
| 46 | bool MtouchHelper::input_text(const std::string& text) |
| 47 | { |