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