c7779f012f
* 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
42 lines
1.1 KiB
Plaintext
42 lines
1.1 KiB
Plaintext
;{- 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"
|
|
|
|
|
|
; ------------------------------------------------------------------------------
|
|
;- ???
|
|
|
|
|