| 213 | } |
| 214 | |
| 215 | void PSMoveController::SetUpFromSaveData() |
| 216 | { |
| 217 | SetPitchControl(TheSynth->FindUIControl(mModuleSaveData.GetString("pitchcontrol"))); |
| 218 | SetYawControl(TheSynth->FindUIControl(mModuleSaveData.GetString("yawcontrol"))); |
| 219 | SetRollControl(TheSynth->FindUIControl(mModuleSaveData.GetString("rollcontrol"))); |
| 220 | SetEnergyControl(TheSynth->FindUIControl(mModuleSaveData.GetString("energycontrol"))); |
| 221 | } |
nothing calls this directly
no test coverage detected