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