Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ key_down
Method
key_down
source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:245–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
243
}
244
245
bool AdbControlUnitMgr::key_down(int key)
246
{
247
if (!input_) {
248
LogError <<
"input_ is null"
;
249
return false;
250
}
251
252
return input_->key_down(key);
253
}
254
255
bool AdbControlUnitMgr::key_up(int key)
256
{
Callers
nothing calls this directly
Calls
1
key_down
Method · 0.65
Tested by
no test coverage detected