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