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