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

Method LoadConfig

source/ControllerLib/Controllers/XboxController.cpp:207–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205 return m_outPipe->Write(rumbleData, sizeof(rumbleData));
206}
207void XboxController::LoadConfig(const ControllerConfig *config)
208{
209 _xboxControllerConfig = *config;
210}
211
212ControllerConfig *XboxController::GetConfig()
213{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected