Skip to content

Added links to drivers APIs #1026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 13 additions & 9 deletions sdk-api-src/content/_hid/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
UID: TP:hid
title: Human Interface Devices Reference
ms.assetid: 87c002be-da96-313a-bae1-c6a49c9ce065
ms.date: 01/11/2019
ms.date: 01/11/2022
ms.keywords:
ms.topic: overview
---
Expand All @@ -11,14 +11,18 @@ ms.topic: overview

## -description

Overview of the Human Interface Devices Reference technology.
Overview of the Human Interface Devices (HID) technology reference.

To develop Human Interface Devices, you need these headers:

To develop Human Interface Devices Reference, you need these headers:
- [dinput.h](../dinput/index.md)
- [dinputd.h](../dinputd/index.md)
- [ntddkbd.h](../ntddkbd/index.md)
- [ntddmou.h](../ntddmou/index.md)

* [dinput.h](../dinput/index.md)
* [dinputd.h](../dinputd/index.md)
* [ntddkbd.h](../ntddkbd/index.md)
* [ntddmou.h](../ntddmou/index.md)
For HID drivers programming guidance, see:


- [Introduction to Human Interface Devices (HID)](/windows-hardware/drivers/hid/)
- [Windows Drivers Human Interface Devices (HID) APIs](/windows-hardware/drivers/ddi/_hid/)

For programming guidance for this technology, see:
* [Human Interface Devices Reference](/windows-hardware/drivers/hid/)