MCPcopy Create free account
hub / github.com/MaaXYZ/MaaFramework / key_down

Method key_down

source/MaaAdbControlUnit/Input/AdbShellInput.cpp:116–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116bool AdbShellInput::key_down(int key)
117{
118 LogError << "AdbShellInput not supports" << VAR(key);
119 return false;
120}
121
122bool AdbShellInput::key_up(int key)
123{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected