Exemplo n.º 1
0
 /// <summary>
 /// Polls the screen tapped state and returns immediately.
 /// </summary>
 /// <returns>true if the screen has been tapped, false if not</returns>
 public static bool ScreenHasBeenTapped()
 {
     return(manager.ScreenHasBeenTapped());
 }