Renamed testgamepad to testcontroller

The program does more than just test gamepads, and will eventually map them as well.
This commit is contained in:
Sam Lantinga
2023-07-11 14:21:35 -07:00
parent d2d26c7b1e
commit ca492dff18
11 changed files with 37 additions and 37 deletions

View File

@@ -0,0 +1,9 @@
<Package>
<Chunk Id="1000" Marker="Launch">
<FileGroup DestinationPath="." SourcePath="." Include="testcontroller.exe" />
<FileGroup DestinationPath="." SourcePath="." Include="MicrosoftGame.config" />
<FileGroup DestinationPath="." SourcePath="." Include="*.bmp" />
<FileGroup DestinationPath="." SourcePath="." Include="*.png" />
<FileGroup DestinationPath="." SourcePath="." Include="*.dll" />
</Chunk>
</Package>