MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / key_up

Method key_up

source/MaaAdbControlUnit/Input/MtouchHelper.cpp:64–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62}
63
64bool 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
73bool MtouchHelper::parse_minitouch_config(const json::value& config)
74{

Callers

nothing calls this directly

Calls 1

key_upMethod · 0.65

Tested by

no test coverage detected