Beispiel #1
0
 public static IEnumerable <IAction> GetAllAvailable()
 {
     return(KeyboardKeyAction.GetAll().Concat(InputManager.GamePads.SelectMany(GamePadAction.GetAll)));
 }