public void CopyAxes(JoystickInfo info) { SetAxes(info.GetAxes()); }
public void SwitchAxes(JoystickInfo info) { JoystickAxis[] otherAxes = info.GetAxes(); info.SetAxes(GetAxes()); SetAxes(otherAxes); }