次の方法で共有


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 で指定された入力ポインターは、アクティブな入力を識別する必要があります。

適用対象

こちらもご覧ください