次の方法で共有


GazeDevicePreview.GetBooleanControlDescriptions(UInt16, UInt16) メソッド

定義

視線追跡デバイスのブールコントロールの説明を取得します。

public:
 virtual IVectorView<HidBooleanControlDescription ^> ^ GetBooleanControlDescriptions(unsigned short usagePage, unsigned short usageId) = GetBooleanControlDescriptions;
IVectorView<HidBooleanControlDescription> GetBooleanControlDescriptions(uint16_t const& usagePage, uint16_t const& usageId);
public IReadOnlyList<HidBooleanControlDescription> GetBooleanControlDescriptions(ushort usagePage, ushort usageId);
function getBooleanControlDescriptions(usagePage, usageId)
Public Function GetBooleanControlDescriptions (usagePage As UShort, usageId As UShort) As IReadOnlyList(Of HidBooleanControlDescription)

パラメーター

usagePage
UInt16

unsigned short

uint16_t

視線追跡デバイスの使用状況ページ。

usageId
UInt16

unsigned short

uint16_t

視線追跡デバイスの使用状況識別子。

戻り値

HidNumericControlDescription オブジェクトのベクター。

適用対象

こちらもご覧ください