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

Method key_up

source/MaaMacOSControlUnit/Manager/MacOSControlUnitMgr.cpp:201–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201bool MacOSControlUnitMgr::key_up(int key)
202{
203 if (!input_) {
204 LogError << "input_ is nullptr";
205 return false;
206 }
207
208 return input_->key_up(key);
209}
210
211bool MacOSControlUnitMgr::scroll(int dx, int dy)
212{

Callers

nothing calls this directly

Calls 1

key_upMethod · 0.65

Tested by

no test coverage detected