Beispiel #1
0
 public void RemoveKeyAction(KeyUpAction keyUpAction)
 {
     keyUpActionList.Remove(keyUpAction);
 }
Beispiel #2
0
 public void AddKeyAction(KeyUpAction keyUpAction)
 {
     keyUpActionList.Add(keyUpAction);
 }