diff --git a/Examples/ListingRawInputDevices.pb b/Examples/ListingRawInputDevices.pb index cba50ba..c49753e 100644 --- a/Examples/ListingRawInputDevices.pb +++ b/Examples/ListingRawInputDevices.pb @@ -4,7 +4,7 @@ ; Author: Herwin Bozet ; ; ==- Compatibility -============================= -; Compiler version: PureBasic 5.70 (x86/x64) +; Compiler version: PureBasic 5.70 (x64) ; Operating system: Windows 10 21H1 (Previous versions untested) ; ; ==- Sources -=================================== @@ -12,7 +12,7 @@ ; ; ==- Links & License -=========================== ; License: Unlicense -; GitHub: ??? +; GitHub: https://github.com/aziascreations/PB-RawInput ;} ;- Notes diff --git a/Includes/RawInput.pbi b/Includes/RawInput.pbi index fe47f11..3adb117 100644 --- a/Includes/RawInput.pbi +++ b/Includes/RawInput.pbi @@ -5,7 +5,7 @@ ; Author: Herwin Bozet ; ; ==- Compatibility -============================= -; Compiler version: PureBasic 5.70 (x86/x64) +; Compiler version: PureBasic 5.70 (x64) ; Operating system: Windows 10 21H1 (Previous versions untested) ; ; ==- Sources -=================================== @@ -13,7 +13,7 @@ ; ; ==- Links & License -=========================== ; License: Unlicense -; GitHub: ??? +; GitHub: https://github.com/aziascreations/PB-RawInput ;} ;- Notes @@ -21,6 +21,8 @@ ; Windows may combine some devices into so-called "virtual devices" ; https://stackoverflow.com/a/10331763/4135541 +; FIXME: Not tested on X86 ! + ;- Compiler Directives