共用方式為


PointerDevice.GetPointerDevice(UInt32) 方法

定義

取得與指定輸入指標識別碼相關聯的指標裝置相關資訊。

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

指標輸入的識別碼。

傳回

代表相關聯指標裝置的 PointerDevice 物件。

備註

GetPointerDevice 是靜態方法。

pointerId指定的輸入指標必須識別作用中的輸入。

適用於

另請參閱