Revamped include, Removed Module and changed repo URL (#1)

* Removed module, Removed WinTypes, Improved imports and typedefs, Improved readability
Update ListingRawInputDevices.pb, RawInput-Bindings.pbi, RawInput-Wrapper.pbi, and 4 more files

* Improved readme before, merging
Update PB-RawInput.pbp and readme.md

* Updated repo URL
Update ListingRawInputDevices.pb, RawInput-Bindings.pbi, and RawInput-Wrapper.pbi
This commit is contained in:
2026-07-31 12:20:34 +02:00
committed by GitHub
parent 0bd8524686
commit c7779f012f
7 changed files with 633 additions and 584 deletions
+41
View File
@@ -0,0 +1,41 @@
;{- 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"
; ------------------------------------------------------------------------------
;- ???