Skip to content

jleb/AHKHID

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

An AHK implementation of the HID functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published