protected override bool GetActionDown(int action, int controller)
 {
     if (!CheckActionIndex("Action", action, _actions.Length))
     {
         return(false);
     }
     return(CustomInput.GetButtonDown(_actions[action]));
 }