PointerDevice.GetPointerDevice(UInt32) 方法

定义

获取与指定输入指针 ID 关联的指针设备的相关信息。

public:
 static PointerDevice ^ GetPointerDevice(unsigned int pointerId);
 static PointerDevice GetPointerDevice(uint32_t const& pointerId);
public static PointerDevice GetPointerDevice(uint pointerId);
function getPointerDevice(pointerId)
Public Shared Function GetPointerDevice (pointerId As UInteger) As PointerDevice

参数

pointerId
UInt32

unsigned int

uint32_t

指针输入的 ID。

返回

代表关联指针设备的 PointerDevice 对象。

注解

GetPointerDevice 是一种静态方法。

pointerId 指定的输入指针必须标识活动输入。

适用于

另请参阅