private void Update() { SetDesktopInput(); SetAccelerameterInput(); rocketController.SetInput(input); rocketController.SetBraking(braking); }