GazeDevicePreview.GetBooleanControlDescriptions(UInt16, UInt16) Method

Definition

Retrieves the boolean control descriptions for the eye-tracking device.

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)

Parameters

usagePage
UInt16

unsigned short

uint16_t

The usage page for the eye-tracking device.

usageId
UInt16

unsigned short

uint16_t

The usage identifier for the eye-tracking device.

Returns

A vector of HidNumericControlDescription objects.

Applies to

See also