HidGameControllerProvider.UsagePage Property

Definition

The usage page of the top-level collection.

public:
 property unsigned short UsagePage { unsigned short get(); };
uint16_t UsagePage();
public ushort UsagePage { get; }
var uInt16 = hidGameControllerProvider.usagePage;
Public ReadOnly Property UsagePage As UShort

Property Value

UInt16

unsigned short

uint16_t

The usage page of the top-level collection.

Remarks

The UsagePage is retrieved from the HID (Human Interface Device) report descriptor.

Applies to