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