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
+50
View File
@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 6.40 (Windows - x64)">
<section name="config">
<options closefiles="1" openmode="4" name="PB-RawInput"/>
</section>
<section name="data">
<explorer view="" pattern="0"/>
<log show="1"/>
<lastopen date="2026-07-31 12:16" user="Herwin" host="DESKTOP-N6M1VPH"/>
</section>
<section name="files">
<file name="Includes\RawInput-Bindings.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="bbddefc52c37bc0c53412655a9aa21e4"/>
</file>
<file name="Examples\ListingRawInputDevices.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" sortindex="1" panelstate="++"/>
<fingerprint md5="888885163a9bc85be2b5d624ea08bd7e"/>
</file>
<file name="Includes\RawInput-Wrapper.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" sortindex="999" panelstate="++"/>
<fingerprint md5="458700f3538de019da598f4f2215f2aa"/>
</file>
</section>
<section name="targets">
<target name="ListRawInputDevices - x64" enabled="1" default="1">
<inputfile value="Examples\ListingRawInputDevices.pb"/>
<outputfile value="t1.exe"/>
<compiler version="PureBasic 6.21 - C Backend (Windows - x64)"/>
<executable value="t1.exe"/>
<options debug="1" optimizer="0"/>
<temporaryexe value="source"/>
<format exe="console" cpu="0"/>
<compilecount enable="1" value="3"/>
<buildcount enable="1" value="1"/>
</target>
<target name="ListRawInputDevices - x86" enabled="1" default="0">
<inputfile value="Examples\ListingRawInputDevices.pb"/>
<outputfile value="t2.exe"/>
<compiler version="PureBasic 6.21 - C Backend (Windows - x86)"/>
<executable value="t2.exe"/>
<options debug="1" optimizer="0"/>
<temporaryexe value="source"/>
<format exe="console" cpu="0"/>
<compilecount enable="1" value="1"/>
<buildcount enable="1" value="1"/>
</target>
</section>
</project>