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