示例#1
0
 /// <summary>
 /// Clears the screen tapped flag so that the next tap action will be registered
 /// </summary>
 public static void ClearScreenTappedFlag()
 {
     manager.ClearScreenTappedFlag();
 }