PointerDevice.GetPointerDevices Method

Definition

Gets information about the pointer devices attached to the system.

public:
 static IVectorView<PointerDevice ^> ^ GetPointerDevices();
 static IVectorView<PointerDevice> GetPointerDevices();
public static IReadOnlyList<PointerDevice> GetPointerDevices();
function getPointerDevices()
Public Shared Function GetPointerDevices () As IReadOnlyList(Of PointerDevice)

Returns

The collection of PointerDevice objects that represent the pointer devices attached to the system.

Remarks

GetPointerDevices is a static method.

Applies to

See also