| 62 | } |
| 63 | |
| 64 | bool MtouchHelper::key_up(int key) |
| 65 | { |
| 66 | if (!adb_shell_input_) { |
| 67 | LogError << "adb_shell_input_ is nullptr"; |
| 68 | return false; |
| 69 | } |
| 70 | return adb_shell_input_->key_up(key); |
| 71 | } |
| 72 | |
| 73 | bool MtouchHelper::parse_minitouch_config(const json::value& config) |
| 74 | { |