| 227 | } |
| 228 | |
| 229 | void Dualshock4Controller::LoadConfig(const ControllerConfig *config, RGBAColor ledValue) |
| 230 | { |
| 231 | _dualshock4ControllerConfig = *config; |
| 232 | _ledValue = ledValue; |
| 233 | } |
| 234 | |
| 235 | ControllerConfig *Dualshock4Controller::GetConfig() |
| 236 | { |
nothing calls this directly
no outgoing calls
no test coverage detected