MCPcopy Create free account
hub / github.com/cathery/sys-con / LoadConfig

Method LoadConfig

source/ControllerLib/Controllers/Dualshock4Controller.cpp:229–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229void Dualshock4Controller::LoadConfig(const ControllerConfig *config, RGBAColor ledValue)
230{
231 _dualshock4ControllerConfig = *config;
232 _ledValue = ledValue;
233}
234
235ControllerConfig *Dualshock4Controller::GetConfig()
236{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected