public static bool IsButtonDown(HardwareButton button)
 {
     return(PrimaryDevice.IsButtonDown(button));
 }
Beispiel #2
0
 /// <summary>
 ///     Returns whether or not the specified button is down.
 /// </summary>
 public static bool IsButtonDown(HardwareButton button) => PrimaryDevice.IsButtonDown(button);