Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaaXYZ/MaaFramework
/ key_down
Method
key_down
source/MaaRecordControlUnit/RecordController.cpp:160–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
}
159
160
bool RecordController::key_down(int key)
161
{
162
return forward_and_record(RecordType::key_down, RecordKey { key }, [&]() { return inner_->key_down(key); });
163
}
164
165
bool RecordController::key_up(int key)
166
{
Callers
nothing calls this directly
Calls
1
key_down
Method · 0.65
Tested by
no test coverage detected