Skip to content
Open
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
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down