PointerDevice.GetPointerDevice(UInt32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与指定输入指针 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 指定的输入指针必须标识活动输入。