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

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