Skip to content

Commit 8467c7b

Browse files
Merge pull request #1026 from mhopkins-msft/patch-2
Added links to drivers APIs
2 parents 4b45f08 + 43d422f commit 8467c7b

File tree

1 file changed

+13
-9
lines changed

1 file changed

+13
-9
lines changed

sdk-api-src/content/_hid/index.md

Lines changed: 13 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
UID: TP:hid
33
title: Human Interface Devices Reference
44
ms.assetid: 87c002be-da96-313a-bae1-c6a49c9ce065
5-
ms.date: 01/11/2019
5+
ms.date: 01/11/2022
66
ms.keywords:
77
ms.topic: overview
88
---
@@ -11,14 +11,18 @@ ms.topic: overview
1111

1212
## -description
1313

14-
Overview of the Human Interface Devices Reference technology.
14+
Overview of the Human Interface Devices (HID) technology reference.
15+
16+
To develop Human Interface Devices, you need these headers:
1517

16-
To develop Human Interface Devices Reference, you need these headers:
18+
- [dinput.h](../dinput/index.md)
19+
- [dinputd.h](../dinputd/index.md)
20+
- [ntddkbd.h](../ntddkbd/index.md)
21+
- [ntddmou.h](../ntddmou/index.md)
1722

18-
* [dinput.h](../dinput/index.md)
19-
* [dinputd.h](../dinputd/index.md)
20-
* [ntddkbd.h](../ntddkbd/index.md)
21-
* [ntddmou.h](../ntddmou/index.md)
23+
For HID drivers programming guidance, see:
24+
25+
26+
- [Introduction to Human Interface Devices (HID)](/windows-hardware/drivers/hid/)
27+
- [Windows Drivers Human Interface Devices (HID) APIs](/windows-hardware/drivers/ddi/_hid/)
2228

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

0 commit comments

Comments
 (0)