Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.11 KB

File metadata and controls

21 lines (16 loc) · 1.11 KB
uid input-system-hid

Human Interface Device specification

Human Interface Device (HID) is a specification that describes peripheral user input devices connected to computers with USB or Bluetooth. HID is commonly used to implement devices such as gamepads, joysticks, or racing wheels.

Topic Description
Human Interface Device specification introduction Map generic devices with the HID specification.
Create a custom device layout Override default HID mappings with a custom layout.
Use an existing input device to create a layout Create a custom layout with an existing device.
Use a custom class to create a layout Create a custom class to make a custom layout.

Additional resources