MCPcopy 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
245bool 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
255bool AdbControlUnitMgr::key_up(int key)
256{

Callers

nothing calls this directly

Calls 1

key_downMethod · 0.65

Tested by

no test coverage detected