共用方式為


PointerPointProperties.GetUsageValue(UInt32, UInt32) 方法

定義

取得原始輸入的人類介面裝置 (HID) 使用值。

public:
 virtual int GetUsageValue(unsigned int usagePage, unsigned int usageId) = GetUsageValue;
int GetUsageValue(uint32_t const& usagePage, uint32_t const& usageId);
public int GetUsageValue(uint usagePage, uint usageId);
function getUsageValue(usagePage, usageId)
Public Function GetUsageValue (usagePage As UInteger, usageId As UInteger) As Integer

參數

usagePage
UInt32

unsigned int

uint32_t

指標裝置的 [人類介面裝置] (HID) 使用頁面。 使用量頁面會指定裝置的類別。 例如,觸控數位板 (0x0D) 和一般輸入 (0x01) 。

usageId
UInt32

unsigned int

uint32_t

指出使用量頁面中的使用方式。使用量識別碼會在 usagePage中指定裝置或屬性。 例如,針對觸控數位板,這包括小費開關 (0x42) ,以指出手指接觸或小費壓力 (0x30) 。

傳回

Int32

int

原始輸入指標的擴充用法。

適用於

另請參閱