InputCommon: Add Windows.Gaming.Input to ControllerInterface.

This commit is contained in:
Jordan Woyak
2020-10-20 11:30:15 -05:00
parent a4445fa1b0
commit 076a262b9e
5 changed files with 718 additions and 0 deletions

View File

@ -27,6 +27,12 @@
<Project>{41279555-f94f-4ebc-99de-af863c10c5c4}</Project>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ClCompile Include="InputCommon\ControllerInterface\WGInput\WGInput.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="InputCommon\ControllerInterface\WGInput\WGInput.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets" />
</Project>