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

Method key_down

source/MaaAdbControlUnit/Input/MtouchHelper.cpp:55–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55bool MtouchHelper::key_down(int key)
56{
57 if (!adb_shell_input_) {
58 LogError << "adb_shell_input_ is nullptr";
59 return false;
60 }
61 return adb_shell_input_->key_down(key);
62}
63
64bool MtouchHelper::key_up(int key)
65{

Callers

nothing calls this directly

Calls 1

key_downMethod · 0.65

Tested by

no test coverage detected