Contents

HIDUsage

A type to represent HID usage pages.

Declaration

enum HIDUsage

Overview

A HID usage page combines with a HID usage to specify the intended functionality for the associated item. Associated items can be descriptors, devices, reports, report data, elements, etc..

Currently unsupported cases can be used as HIDUsage.generic(_:_:), but may be added as supported cases later.

For more details, see Human Interface Devices (HID) Specifications and Tools.

Topics

Enumeration Cases

Initializers

Instance Properties

Enumerations

See Also

Interaction