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