Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ key_up
Method
key_up
source/MaaAdbControlUnit/Input/AdbShellInput.cpp:122–126 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
bool AdbShellInput::key_up(int key)
123
{
124
LogError <<
"AdbShellInput not supports"
<< VAR(key);
125
return false;
126
}
127
128
MAA_CTRL_UNIT_NS_END
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected