;{- Code Header ; ==- Basic Info -================================ ; Name: RawInput-Wrapper.pbi ; Version: 2.0.0 ; Author: Herwin Bozet (NibblePoker) ; ; ==- Compatibility -============================= ; Compiler version: PureBasic 6.21 - C Backend (x86/x64) ; Operating system: Windows 10 21H1 (Previous versions untested) ; ; ==- Sources -=================================== ; https://docs.microsoft.com/en-us/windows/win32/inputdev/raw-input ; ; ==- Links & License -=========================== ; License: CC0 1.0 Universal (Public Domain) ; GitHub: https://github.com/aziascreations/PB-Win32-RawInput ;} ; ------------------------------------------------------------------------------ ;- Notes ; ??? ; ------------------------------------------------------------------------------ ;- Compiler Directives EnableExplicit CompilerIf #PB_Compiler_OS <> #PB_OS_Windows CompilerError("This include can only be used on Windows platforms !") CompilerEndIf XIncludeFile "./RawInput-Bindings.pbi" ; ------------------------------------------------------------------------------ ;- ???