ManipulationStartedEventArgs.PointerDeviceType Property

Definition

Gets the device type of the input source.

public:
 property PointerDeviceType PointerDeviceType { PointerDeviceType get(); };
PointerDeviceType PointerDeviceType();
public PointerDeviceType PointerDeviceType { get; }
var pointerDeviceType = manipulationStartedEventArgs.pointerDeviceType;
Public ReadOnly Property PointerDeviceType As PointerDeviceType

Property Value

The device type.

Examples

Touch interactions - Manipulation events, Basic input sample, Low latency input sample

Applies to