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

Method connect

source/MaaGamepadControlUnit/Input/ViGEmInput.cpp:153–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

151}
152
153bool ViGEmInput::connect()
154{
155 if (connected_) {
156 return true;
157 }
158
159 connected_ = init_vigem();
160 return connected_;
161}
162
163bool ViGEmInput::update_report()
164{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected