PointerDeviceUsage.UsagePage Field
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.
The Human Interface Device (HID) usage page of the pointer device. Human Interface Device (HID) usages are organized into usage pages that specify classes of related devices. For example, touch digitizers (0x0D) and generic input (0x01).
public: unsigned int UsagePage;
uint32_t UsagePage;
public uint UsagePage;
Public UsagePage As UInteger