Example #1
0
 public bool IsPressed()
 {
     return(JoystickManager.IsPressed(JoystickNumber, ButtonNumber));
 }