Skip to content
Open
Show file tree
Hide file tree
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
File renamed without changes.
2 changes: 2 additions & 0 deletions examples/example_1.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
2. Press Ctrl+c on a selected item to copy its name.
*/

#include AHKHID.ahk

;Check if the OS is Windows Vista or higher
bVista := (DllCall("GetVersion") & 0xFF >= 6)

Expand Down
2 changes: 2 additions & 0 deletions examples/example_2.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
Then press Add and then Call to register.
*/

#include AHKHID.ahk

;Check if the OS is Windows Vista or higher
bVista := (DllCall("GetVersion") & 0xFF >= 6)

Expand Down
2 changes: 2 additions & 0 deletions examples/example_3.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
5. Press Unregister (or Alt+u) to stop monitoring the mouse.
*/

#include AHKHID.ahk

;To make x,y movements look nice
SetFormat, FloatFast, 3.0

Expand Down