GazeDevicePreview.GetBooleanControlDescriptions(UInt16, UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.