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