Beispiel #1
0
 /// <summary>
 ///     Retrieves the current touch point for ever touch device that is currently active.
 /// </summary>
 /// <param name="relativeTo">Defines the coordinate space of the touch point.</param>
 /// <returns>A collection of touch points.</returns>
 public TouchPointCollection GetTouchPoints(IInputElement relativeTo)
 {
     return(TouchDevice.GetTouchPoints(relativeTo));
 }