In This Article

IInputTouchPoint Interface

Interface for a single touch point.

public interface IInputTouchPoint

Properties

Action

Gets the touch action.

TouchAction Action { get; }

Property Value

TouchAction:

The touch action.

Position

Gets the touch position.

Point Position { get; }

Property Value

Point:

The touch position.

TouchDevice

Gets the touch device.

IInputTouchDevice TouchDevice { get; }

Property Value

IInputTouchDevice:

The touch device.