Ejemplo n.º 1
0
 public void RemoveKeyAction(KeyUpAction keyUpAction)
 {
     keyUpActionList.Remove(keyUpAction);
 }
Ejemplo n.º 2
0
 public void AddKeyAction(KeyUpAction keyUpAction)
 {
     keyUpActionList.Add(keyUpAction);
 }