/AHKHID

An AHK implementation of the HID functions

AHKHID - An AHK implementation of the HID functions

AHKHID 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/).

All the API calls that AHKHID wraps can be found here:
http://msdn.microsoft.com/en-us/library/ms645543.aspx

AHKHID includes three examples:

  • Example 1 lists all the HID devices currently connected to your computer
  • Example 2 allows you to register for input from any HID device and display the incoming data
  • Example 3 shows how the mouse can be registered

Documentation