PointerDeviceUsage.Usage 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) pointer device usage ID that specifies a device or property in the UsagePage. For example, 0x04 indicates a touch screen device and 0x47 indicates touch confidence.
Note
A usage ID of zero is reserved.
public: unsigned int Usage;
uint32_t Usage;
public uint Usage;
Public Usage As UInteger