diff --git a/AHKHID.ahk b/examples/AHKHID.ahk similarity index 100% rename from AHKHID.ahk rename to examples/AHKHID.ahk diff --git a/examples/example_1.ahk b/examples/example_1.ahk index 2ab0e9c..5fede4b 100644 --- a/examples/example_1.ahk +++ b/examples/example_1.ahk @@ -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) diff --git a/examples/example_2.ahk b/examples/example_2.ahk index 2900ae4..0cb82a0 100644 --- a/examples/example_2.ahk +++ b/examples/example_2.ahk @@ -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) diff --git a/examples/example_3.ahk b/examples/example_3.ahk index 3437343..0a0c109 100644 --- a/examples/example_3.ahk +++ b/examples/example_3.ahk @@ -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