Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ key_up
Method
key_up
source/MaaAdbControlUnit/Manager/AdbControlUnitMgr.cpp:255–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
bool AdbControlUnitMgr::key_up(int key)
256
{
257
if (!input_) {
258
LogError <<
"input_ is null"
;
259
return false;
260
}
261
262
return input_->key_up(key);
263
}
264
265
bool AdbControlUnitMgr::inactive()
266
{
Callers
nothing calls this directly
Calls
1
key_up
Method · 0.65
Tested by
no test coverage detected