示例#1
0
 /// <summary>
 /// Waits for the user to tap the screen, touch with a pen or click the left
 /// mouuse button.
 /// </summary>
 /// <returns>the x and y position of the tap on the screen in a SnapsCoordinate</returns>
 public static SnapsCoordinate GetTappedCoordinate()
 {
     return(manager.GetTappedCoordinate());
 }