Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
bool 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
64
bool MtouchHelper::key_up(int key)
65
{
Callers
nothing calls this directly
Calls
1
key_down
Method · 0.65
Tested by
no test coverage detected