Exemplo n.º 1
0
 public void CopyButtons(KeyboardInfo info)
 {
     SetButtons(info.GetButtons());
 }
Exemplo n.º 2
0
 public void SwitchButtons(KeyboardInfo info)
 {
     KeyboardButton[] otherButtons = info.GetButtons();
     info.SetButtons(GetButtons());
     SetButtons(otherButtons);
 }