Added a custom input manager

Updated a few comments
This commit is contained in:
Chris Cascioli 2021-08-19 14:14:35 -04:00
parent 70a860173a
commit e312d0e54a
6 changed files with 399 additions and 4 deletions

View file

@ -125,11 +125,13 @@
<ItemGroup>
<ClCompile Include="DXCore.cpp" />
<ClCompile Include="Game.cpp" />
<ClCompile Include="Input.cpp" />
<ClCompile Include="Main.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="DXCore.h" />
<ClInclude Include="Game.h" />
<ClInclude Include="Input.h" />
<ClInclude Include="Vertex.h" />
</ItemGroup>
<ItemGroup>