public bool GetButtonUp(LogitechWingmanController.eLogitechWingmanButtonId buttonId)
 {
     return GetButtonUp((BaseController.eButtonId)buttonId);
 }
 private void AddJoystickButtonMap(LogitechWingmanController.eLogitechWingmanButtonId buttonId, int inputKey)
 {
     AddJoystickButtonMap((BaseController.eButtonId)buttonId, inputKey);
 }