From 672af3987d8e0ffdcccafca78880a067b3f908c6 Mon Sep 17 00:00:00 2001 From: fmc Date: Tue, 9 Aug 2022 08:43:55 -0500 Subject: [PATCH] [chore] fix markdown link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 2be163e..67a132e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,7 @@ AHKHID - An AHK implementation of the HID functions [AHKHID](AHKHID.ahk) allows you to easily interface with HID devices (such as keyboards, mice, joysticks, etc...) in your AHK code without having to resort to interacting with the raw input API of Windows. The AutoHotkey forum thread is -[here](http://www.autohotkey.com/board/topic/38015-ahkhid-an-ahk-implementation- -of-the-hid-functions/). +[here](http://www.autohotkey.com/board/topic/38015-ahkhid-an-ahk-implementation-of-the-hid-functions/). All the API calls that AHKHID wraps can be found here: http://msdn.microsoft.com/en-us/library/ms645543.aspx