Ejemplo n.º 1
0
 public void CopyAxes(KeyboardInfo info)
 {
     SetAxes(info.GetAxes());
 }
Ejemplo n.º 2
0
        public void SwitchAxes(KeyboardInfo info)
        {
            KeyboardAxis[] otherAxes = info.GetAxes();

            info.SetAxes(GetAxes());
            SetAxes(otherAxes);
        }