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

Method init

source/MaaAdbControlUnit/Input/MinitouchInput.cpp:17–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17bool MinitouchInput::init()
18{
19 LogFunc;
20
21 if (!push_minitouch()) {
22 return false;
23 }
24
25 return invoke_and_read_info();
26}
27
28void MinitouchInput::on_image_resolution_changed(const std::pair<int, int>& pre, const std::pair<int, int>& cur)
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected