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
1 change: 1 addition & 0 deletions examples/example_2.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Gui, Add, ListBox, x6 y296 w650 h320 vlbxInput hwndhlbxInput glbxInput_Event,
GuiHandle := WinExist()

;Set up the constants
#include AHKHID.ahk
AHKHID_UseConstants()

;Intercept WM_INPUT
Expand Down