Beispiel #1
0
 /// <summary>
 /// Determines whether this instance is over user interface element.
 /// </summary>
 /// <returns><c>true</c> if this instance is over user interface element; otherwise, <c>false</c>.</returns>
 public bool IsOverUIElement()
 {
     return(EasyTouch.IsFingerOverUIElement(fingerIndex));
 }