public static bool Pressed_StartButton(Key key = Key.IS_PRESSED) { return(ControllerInput.ButtonPress("7", key)); }
public static bool Pressed_RightBumper(Key key = Key.IS_PRESSED) { return(ControllerInput.ButtonPress("5", key)); }